Back to Browse

Flash Professional Cs3 Tutorial 1 : Moving The Character

8.5K views
Aug 8, 2008
6:04

The Code For Fred: onClipEvent(enterFrame){ if(Key.isDown(Key.RIGHT)){ this._x += 12; this.gotoAndStop ("right"); } else if(Key.isDown(Key.LEFT)){ this._x -= 12; this.gotoAndStop ("left"); } else { this.gotoAndStop("still"); } } Stop Frame: stop(); --------------------------------------- Please Comment, Rate and Subscribe.

Download

0 formats

No download links available.

Flash Professional Cs3 Tutorial 1 : Moving The Character | NatokHD