View Single Post
  #6  
Old 09-30-2010, 11:52 PM
12171217 12171217 is offline
Banned
Join Date: Jan 2009
Posts: 453
12171217 has a spectacular aura about
Quote:
Originally Posted by cbk1994 View Post
I'd rather seen it done like in JavaScript

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
universe.onLevelChange = function (levelNamexy) {
    
stupidFadeEffect();
    
// etc
    
return true// false would cancel the default action
  
};

This is pretty much it, canceling the default action is also important.
Reply With Quote