View Single Post
  #5  
Old 09-30-2010, 11:48 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
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
  
};

__________________
Reply With Quote