Search tutorials
function checkGame(){
if(energy1>100){
energy1 = 100
}
if(world._x<=-(levels[levelName]["clip"+levels[levelName].clips].x)){
loadLevel()
}
if(energy1<=0 || energy2<=0){
inPlay = false
gameOver._visible = true
gameOver.wrongPassword._visible = false
}
energyClip1._width = energy1
energyClip2._width = energy2
}
First, if you have too much energy, you lose some energy(This is done so that the energy movie clip doesnt go across the whole screen if you get too many snowballs.) Then, if youve passed all the obstacles, you go to the next level. Then, if you lost the game(had too little energy) inPlay is set to false, gameOver becomes visible, and wrongPassword is invisible. Finally, the width of the energy movie clips depends on the current energy. On the next page we will make the levels.
| » Level Intermediate |
|
Added: 2004-12-29 Rating: 6 Votes: 14 |
| » Author |
| I love making flash games but it's really annoying when Flash doesn't work! |
| » Download |
| Download the files used in this tutorial. |
| Download (17 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!