Can you define this? It isn't very clear.
This all depends on what project you are making. For some games, you can just change the background. For others, you might want to variable to show with the level number.
What type of game are you making?
Offline
Is it a platformer? If so, either do this:
1. If you want to re-use sprites, use your terrain and all that again but with different costumes/backgrounds.
2. If you don't want to re-use sprites, make new ones.
If not, could you please tell us what it is?
Offline
fg123 wrote:
IF variable > 14
{
[broadcast [Switch level\/]]
}
Offtopic-As usual, Jonathanpb and Chrischb, after each other.
Oh yes.
On topic: If the variable may go above 15, use a variable = 15 instead.
Offline