Jump to content
Server Maintenance This Week. ×

Toggling between known scripts


This topic is 1406 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • Newbies
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.

Link to comment
Share on other sites

This topic is 1406 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.