I have made a new game called Chinyeys adventure part 4 (shows a knight with cowboy hat facing a mountian, castle, and forest on hill at end of road) , and there are two glitches on it, go to it to see what they are,
please help!!! :0
Offline
sorry it is just that mayhem usaully answers my questions, but if you know it please help
Offline
First, get rid of the fake "loading" screens, they serve only to annoy.
2nd, create a variable called "Level" and using the value of that level to check against when the end of a level is reached.
You can replace your many broadcasts/recieves with a single Broadcast "New Level", and on the stage have a single script that says:
When I receive "New level"
switch to background [level]."
The logs (and other level specific effects) can then be set to appear thus:
When I recieve "new level"
if Level = 5
Repeat until level = 6
. Wait 3 seconds
. show
. Glide accross screen
. Hide
Else
Hide
Offline