Pop up window only once?

RedRoboRedRobo 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

  • gyroscopegyroscope I am here.Member, Sous Chef, PRO Posts: 6,598
    edited September 2014

    Hi @strag‌

    Very straightforward: use a boolean. Let's call it popUp.

    In your popup actor, put:

    When popUp is false
    Interpolate popupwindow
    Change Attribute popUp to true
    Save Attribute popUp
    

    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

  • RedRoboRedRobo Member, PRO Posts: 682

    @gyroscope‌

    Brilliant! I've never used the Save and Load Attribute behaviors before....so easy! :)

    Thanks so much for helping out ;)

Sign In or Register to comment.