Search tutorials
Now, glitch free! Well, I dont know, email me if you spot any glitches. Next, actually decorating the game...
There will probably be sections or gaps between your platforms. Why not add something there? Such as
hmmm I know, Spikes! It doesnt have to be spikes, but for now let it be spikes. Give it the instance & MC of spikes. Now give the character the following script:
onClipEvent (enterFrame) {
if (this.hitTest(_root.spikes)) {
_root.health -= 1;
}
}
Now, create a dynamic text box and give it the variable of health. Also on a new layer called controls give it the frame script: health=100
Now, everything should work fine, Done!
If you want it so the character cant run / float off screen then check out my tutorial on boundaries. If you want to go to a game over screen when your health = 0 then check out my tutorial on health. What do you mean thats advertising? No it isnt
To develop the game more, why dont you add platforms that re-appear and disappear? Its easy, just animate a platform so on its 50th frame you delete it and wait another 50 frames. I didnt explain that well, but I have homework to do
Cya for now
Happy Flash Making
-Mike | » Level Basic |
|
Added: 2005-01-18 Rating: 7 Votes: 8 |
| » Author |
| Show respect to C & T |
| » Download |
| Download the files used in this tutorial. |
| Download (10 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!