How to - Scene Actions Remain Permanent ?

carlblanchetcarlblanchet Member Posts: 755
edited July 2012 in Working with GS (Mac)
I have a store scene where items are permanently purchased, and when purchased it changes an image and destroys an actor.
How would I make it that these actions remain permanently? Because now it resets these two actions once the scene is exited and reopened again..

Thanks! :)

Best Answer

  • ericzingelerericzingeler Posts: 334
    edited July 2012 Accepted Answer
    I suggest this:

    Save a value inside a table cell and place rules in the actor with the image you want to change and the actor you want to destroy. On scene load, If value in table cell = [the value you saved], change the image and destroy actor. Because you saved a value inside a table, you can call upon it from any scene.

    You can also do the same with save and load attributes, but since tables are now editable most save and load attribute uses can be done easier with tables.

Answers

Sign In or Register to comment.