makslane wrote:What's the event and action that you create the gameover actor?
A timer.
The timer is created by an actor "timer" at "create actor". The timer has the said if-script. And this script works so far as it really creates wehter gameover actor or swampintro actor, depending on the score number. But even if I write the coordinates, it does not follow them.
And the timer also has the script:
- Code: Select all
view. x = -668;
view.y = -608;
To bring back the view where the swampintro or gameover actors are created, but it does not follow, too.
I am desperated. I worked on hours, trying out any new coordinates, but the view does not obey.
To show the problem:
Here's how the whole things are arranged:
I used those coordinates in the scripts and it gives me this: