Need help routing user to a scene 1x
sinbot
Member Posts: 232
After my splash screen clears I send the user to a scene with a disclaimer. I only want them to be routed to this scene 1x (the very first time they open the app). From there on I want them to be routed to the homepage scene. I'm sure using a table would be best for this but can someone give an example what that may look like?
I made a table with just 1 column and 1 row and a boolean with the intention of simply having it turn true upon clearing the disclaimer scene but I can't seem to make a proper rule of it.
Comments
An attribute is much better than a table here. But the process is essentially just checking an attribute, and if it's 0 changing it to 0 and saving it before sending to the disclaimer. If it's 1, send to the menu scene.
Contact me for custom work - Expert GS developer with 15 years of GS experience - Skype: armelline.support
tl;dr: Yep, what @Armelline said
Think of a table as a list of attributes. Each attribute has an address, as in a spreadsheet (row & column). You only really need a table if you're using many attributes and/or need a way to easily organize those attributes.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
This is perfect. Not sure why I thought you had to do this with a table lol. Thank you.
^ the quote in iosman987’s post has embedded URLs
Ooh... a new trick. Adding a URL to only the periods at the end of sentences. Mostly invisible but still just as spammy.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User