Advertisement
Guest User

Untitled

a guest
May 28th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         override public function hitBottom(Contact:FlxObject, Velocity:Number):void {
  2.             this.__jumping = false;
  3.             this.__on_car = true;
  4.         }
  5.  
  6.         override public function update():void {
  7.             __on_car = false;
  8.  
  9.             // a bunch of code
  10.            
  11.             super.update
  12.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement