Media Summary: Actions onClipEvent(load) { speed=5; } onClipEvent(enterFrame) { if(Key.isDown(Key.RIGHT)) { this._x+=speed; gotoAndStop( Learn how to create the basic movement controls in an READ: it wont let me post action script :/ it sucks wel, anyone who needs it go to:
Flash Rpg Tutorial Part 1 - Detailed Analysis & Overview
Actions onClipEvent(load) { speed=5; } onClipEvent(enterFrame) { if(Key.isDown(Key.RIGHT)) { this._x+=speed; gotoAndStop( Learn how to create the basic movement controls in an READ: it wont let me post action script :/ it sucks wel, anyone who needs it go to: This lesson will show you how to create a basic onClipEvent(load){ walkspeed = 13; } onClipEvent(enterFrame){ if(Key.isDown(Key.RIGHT)){ this._x+=walkspeed; } if(Key. today we will make a simple leveling system and make our character walk. Go here for the script.