You've put it on a background image, Scroll To Behaviour is usually put on the player so it follows them like a camera. You can't have it on both, disable the background one.
You should be able to do that, for example if you have GameOver1 and GameOver2, you can Play(by name), "GameOver"&player
It's easy to do with events though and shouldn't take too much longer with conditions, if player=1 play a sound, if player=2 player another sound.
The folders are for organising objects in the editor, not for referencing in events.
Help us to help you, by providing the file or some more information. Do you mean viewport? If so, that's how it works. If you're saying scroll to behaviour only works when leaving the layout, I don't see how that can be the case.
In what way are you trying to further categorize families?
Looks like you are setting the local storage item to the string/literal text "LevelUnlockCountGeneral". Should be ""&LevelUnlockCountGeneral to use the variable.
If you give the Tilemap object the Solid behaviour, then any filled in tile becomes an obstacle that blocks the player movement.
Develop games in your browser. Powerful, performant & highly capable.
A quick fix is to move 'on touch orange' to the bottom of the event sheet so it checks it last. If that isn't good enough I can try and think of a different resolution.
Weird post, look at Pygame.
You've phrased the questions like they are in reference to a file but you haven't shared one.
Ah I missed out something there which may have confused you. You need a global variable that acts like a counter, then when you create enemiround object you set enemiround.variable to global variable (so 1), then you add 1 to global variable. Next time enemiround is created enemiround.variable will be 2. The reason its setting all crystals to same number right now is probably all enemirounds have the same number and I didn't mention you need to increment it.
Member since 5 Aug, 2013