brazilkvm.blogg.se

Autoplay media studio button scripts
Autoplay media studio button scripts










For example, if you assign “myvar = 10 ” in the project’s On Startup event, myvar will still equal 10 when the next event is triggered. “know” about other variables and functions declared elsewhere in the product.

autoplay media studio button scripts

The scripting engine is global to the runtime environment. There are a few important things that you should know about the AutoPlay Media Studio scripting language in general before we go on. Imp o rt a nt S c ri p t i ng C o nc e p t s You can use the above method to try out any script you want in AutoPlay Media Studio. You just how easy it is to make something happen in your AutoPlay application. Though this is a simple example, it shows You should see the following dialog appear:Ĭongratulations! You have just made your first script. This will trigger the button’s On Click event, so that the script you entered will be performed. Once the application is running, click on the button that you created.

autoplay media studio button scripts

This document will introduce you to the new scripting environment and language.ĪutoPlay scripting is very simple, with only a handful of concepts to learn. One of the powerful features of AutoPlay Media Studio is its scripting engine. Other Built-in Functions Script Functionsĭebugging Your Scripts Error Handling Syntax Errors Functional Errors Debug ActionsĪpplication.GetLastError Debug.ShowWindow Debug.Printĭebug.SetTraceMode Debug.GetEventContext Dialog.MessageĪutoPlay Media Studio Web Site Indigo Rose Technical Support The Lua Web Site

autoplay media studio button scripts

String Manipulation Concatenating Strings Comparing Strings Counting Characters Finding Strings Replacing Strings Extracting Strings Returning Multiple Values Redefining Functions Putting Functions in Tables Using For to Enumerate Tables Copying Tables Variable Scope Local Variables Variable Naming Reserved Keywords Types and ValuesĮxpressions and Operators Arithmetic Operators Relational Operators Logical Operators The Length Operator Concatenation Operator Precedence

autoplay media studio button scripts

Important Scripting Concepts Script is Global A Quick Example of Scripting in AutoPlay Media Studio












Autoplay media studio button scripts