Media Summary: Hey guys, here are the codes: code in the input text: char_name code in the dynamic text: _root.char_name button code: ... End og Beginners Level, what to expect next... want to make beautiful growing vines on your own ?? follow the steps of this easy
Macromedia Flash Cs3 Tutorial 5 - Detailed Analysis & Overview
Hey guys, here are the codes: code in the input text: char_name code in the dynamic text: _root.char_name button code: ... End og Beginners Level, what to expect next... want to make beautiful growing vines on your own ?? follow the steps of this easy Hey guys here is the codes for making your game: Enemy: onClipEvent(enterFrame){ if(_root.char.hitTest(this)){ _root.hp--; } ... The code is: onClipEvent (load) { _x = 0; _y = 0; speed = The Code For Fred: onClipEvent(enterFrame){ if(Key.isDown(Key.RIGHT)){ this._x += 12; this.gotoAndStop ("right"); } else if(Key.