Search tutorials
Now make an mc called man and put in the actions:
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.box.gotoAndStop(2);
_root.hero.gotoAndStop(); }
else {
_root.box.gotoAndStop(1);
_root.hero.gotoAndStop;
}
}
Now make an MC called box and put in a message. And on the actions of the MC put:
onClipEvent (load) {
_visible=0;
}
Well that's it for now I'll try to figure out how to make enemies in part 2.
| » Level Advanced |
|
Added: 2004-08-30 Rating: 5.24 Votes: 21 |
| » Author |
| Part 1 of how to make an rpg game. |
| » Download |
| Download the files used in this tutorial. |
| Download (0 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!