View Single Post
  #8  
Old 08-09-2010, 08:10 PM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Wouldn't it be nice if we could do something like

PHP Code:
player.onLevelSwitch = function (e) {
  
e.stop();
  
  
blackness.tween('opacity'0.201);

  
schedule(0.2, function () {
    
player.level e.link.newLevel;
    
player.e.link.newX;
    
player.e.link.newY;
    
blackness.tween('opacity'0.210);
  });
}; 
Yes, that was a weird mesh of JavaScript and GS2.
Reply With Quote