Newbies Jen Yen Posted June 18, 2020 Newbies Posted June 18, 2020 Is it at all possible to toggle between 2 or more scripts in version 7? I have a container and one graphic is placed in there for a period of time (made that script and works fine). I also want to be able to change the graphic to the "next level" graphic when clicking on the container box. Is there a way to toggle between scripts if I want to go back to the first graphic when clicking on the same container? Thanks for any help.
Fitch Posted June 19, 2020 Posted June 19, 2020 The missing piece here is a field that stores the "level." With that in place you could approach this in various ways. For example, a Level table with a number field and a container for your graphics. When you set the level field in record, it could simply display the related graphic from the Level table. Welcome to the forums.
Newbies Jen Yen Posted June 20, 2020 Author Newbies Posted June 20, 2020 On 6/19/2020 at 6:39 AM, Fitch said: The missing piece here is a field that stores the "level." With that in place you could approach this in various ways. For example, a Level table with a number field and a container for your graphics. When you set the level field in record, it could simply display the related graphic from the Level table. Welcome to the forums. Great suggestion - thanks so much! It definitely gives me more options. Cheers.
Recommended Posts
This topic is 1673 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now