Search tutorials
Ok! Welcome back! You should have the .fla from the last tute. Or you can just download the .fla.
Add this code to your map MC:
Now when you get close to the door, and you press ENTER, you'll go to frame 2.. Which is the other room. well, bye.
~~Paco Bell
Add this code to your map MC:
onClipEvent (enterFrame) { if ((_root.map._yscale>=179) && (_root.map._xscale>=179) && (Key.isDown(Key.ENTER))) { _root.gotoAndStop(2); } }
Now when you get close to the door, and you press ENTER, you'll go to frame 2.. Which is the other room. well, bye.
~~Paco Bell
» Level Advanced |
Added: 2005-07-27 Rating: 4.5 Votes: 8 |
» Author |
Hi |
» Download |
Download the files used in this tutorial. |
Download (4 kb) |
» Forums |
More help? Search our boards for quick answers! |