Do you have any other events for that actor?
Post the code that you are using to create it.
It's probabliy a small mistake that does it, it happens to me all the time.

You have to make sure that you didn't put anything in draw or create actor that would move your background.
Do you have any other events for that actor?
if (score.textNumber>=120)
CreateActor("swampintro", "introswamp", "no parent", "no path", 0, 0, false);
else if (score.textNumber<120)
CreateActor("gameover", "gameover", "no parent", "no path", 0, 0, false);[/quote]
stopSound(galopp);
makslane wrote:What's the event and action that you create the gameover actor?
view. x = -668;
view.y = -608;
if (score.textNumber>=130)
CreateActor("swampintro", "introswampy", "no parent", "no path", 0, 14, false);
else if (score.textNumber<130)
CreateActor("gameover", "icon", "gameover", "no path", -28, -22, false);
if (score.textNumber>=130)
CreateActor("swampintro", "introswampy", "no parent", "no path", 0, 14, false);
else if (score.textNumber<130)
CreateActor("gameover", "icon", "gameover", "no path", -28, -22, false)
CreateActor("gameover", "icon", "gameover", "no path", -28, -22, false);
CreateActor("gameover", "icon", "gameover", "no path", -28, -22, true);
Users browsing this forum: No registered users and 1 guest