topical media & game development

talk show tell print

script-game-event-game-score.ax

script-game-event-game-score.ax (swf ) [ flash ]


  
...
author: Default
version: 0.1

  
  
  package  {        
          import flash.events.Event;
          public class script-game-event-game-score extends Event{
                  public var score:int;
                  public function script-game-event-game-score(scr:int, type:String, bubbles:Boolean = false, cancelable:Boolean = false){
                  super(type, bubbles,cancelable);
                  score = scr;                
          }
          }
          
  }
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.