Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
RPG game part 1
Author: Leo HEK
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.16 Votes: 20
Hits: 739
|
| » Author |
|
Part 1 of how to make an rpg game.
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (0 kb)
|
|
Get conversion and unzipping tools
for PC and Mac here!
|
| » Forums |
|
More help? Search our boards for quick answers!
|
|
Please rate this tutorial, 10 is the top rating, you can also click the
comments link to read/write a review.
|
|
|