Media Summary: This YouTube channel was created to help everyone who wants to Macromedia Flash Professional 8 beginners tutorial PART 2 Code for Vcam: onClipEvent (enterFrame) { _y += (_root.char._y-_y)/4; _x += (_root.char._x-_x)/4; } Code for money: ...
Macromedia Flash 8 Tutorial For Beginner Part 2 - Detailed Analysis & Overview
This YouTube channel was created to help everyone who wants to Macromedia Flash Professional 8 beginners tutorial PART 2 Code for Vcam: onClipEvent (enterFrame) { _y += (_root.char._y-_y)/4; _x += (_root.char._x-_x)/4; } Code for money: ... Macromedia Flash 8 tutorial windows - Part 2 The coin code : onClipEvent(enterFrame){ if(_root.man.hitTest(this)){ _root.money+=1; unloadMovie(this); } } Code into frame ...