Media Summary: Learn how to create the basic movement controls in an This lesson will show you how to create a basic Sorry dont know where my head was when I made this video. Go to
Flash Rpg Tutorial Part 2 - Detailed Analysis & Overview
Learn how to create the basic movement controls in an This lesson will show you how to create a basic Sorry dont know where my head was when I made this video. Go to Thanks for watching! What did you like best about this video? Kindly Subscribe, Like, Share, Comment below and don't forget ... Actions onClipEvent(load) { speed=5; } onClipEvent(enterFrame) { if(Key.isDown(Key.RIGHT)) { this._x+=speed; gotoAndStop(1); ... RPG teammate uses a forbidden spell, part 2