Pop up window only once?
RedRobo
Member, PRO Posts: 682
Could anyone tell me if there is a way to get a pop up window to appear only once, like for example a window which tells you whats new in the new app version but which will not pop up again once it's been closed? Also that will not pop up again once the app has been closed and re-opened.
Comments
Hi @strag
Very straightforward: use a boolean. Let's call it popUp.
In your popup actor, put:
don't forget to use a Load Attribute behaviour in a scene before the one with the pop up (your splash screen, for instance).
""You are in a maze of twisty passages, all alike." - Zork temp domain http://spidergriffin.wix.com/alphaghostapps
@gyroscope
Brilliant! I've never used the Save and Load Attribute behaviors before....so easy!
Thanks so much for helping out