Search tutorials
C.Add and substracte a number
Okay, it's relatively simple to add and substract to a variable, simply add this code to it :
on (press) {
the variable -10
}
This explains itself, if you press a button to purchase an item, you will lose 10 of the variable called money, now, let's change that :
on (press) {
the variable -10
the text box that will display the money you spend = You have spent 10 on a product
}
Which makes a text box display the money you spent and writes that you spent money, now this is the script for lifes :
onClipEvent (enterframe) {
life variable -1
}
Which makes that if you enter a certain frame, you will lose 1 life.
Next we are talking about terrain limits so the character can't go out of the screen (which is 100% possible)
| » Level Intermediate |
|
Added: 2005-02-14 Rating: 7 Votes: 40 |
| » Author |
| I have done a wad of tutorials, am 11, but this one is the greatest yet. |
| » 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!