1
Ask a Question / Actor deleted upon load
« on: January 08, 2015, 10:02:13 pm »
So I have a game going that, when you purchase a stickman guy to idle on your screen, it will create the stickman when a button is pressed... essentially its a simple "If mouse is released on [button] create [stickman] at x=200 y= 200"
But you will accumulate like 100 stickmen in rows along the screen.
(crap explanation but hopefully you get the picture)
ISSUE: when the game saves, is exited, and reloads, ALL button-created actors are gone. Any actors placed in the "when created" event for the scene remain however. Is there a way i can disable this disappearance? I only have one scene in the game, so i really dont get why they should disappear
But you will accumulate like 100 stickmen in rows along the screen.
(crap explanation but hopefully you get the picture)
ISSUE: when the game saves, is exited, and reloads, ALL button-created actors are gone. Any actors placed in the "when created" event for the scene remain however. Is there a way i can disable this disappearance? I only have one scene in the game, so i really dont get why they should disappear