+ How To Add This Control To Your Project (Click to Expand)
This control holds many EZ-Scripts. Rather than having one control per script, this contains many.
Like the regular Script control, you can execute scripts within the Script Manager by using the ControlCommand(). Here is an example which will execute a script within the Script Manager named MyScript.
ControlCommand("Script Manager", ScriptStart, "MyScript")
To view all available ControlCommand()'s available, use the Control Details tab when editing script. This will show all ControlCommands() for all controls within your project. Additional details can be found in the EZ-Script Activity.
Like the regular Script control, you can execute scripts within the Script Manager by using the ControlCommand(). Here is an example which will execute a script within the Script Manager named MyScript.
ControlCommand("Script Manager", ScriptStart, "MyScript")
To view all available ControlCommand()'s available, use the Control Details tab when editing script. This will show all ControlCommands() for all controls within your project. Additional details can be found in the EZ-Script Activity.
Video
Related Content
tutorial

Pulse Flash LED With PWM
Pulse Width Modulation is the method of having a digital port, which is only On or Off to have a varying output voltage....
tutorial

The EZ-Builder Script Manual.
This is an online version of the EZ-Script manual for easy reference. It is a copy of what can be found under the...
tutorial

Display Popup Tutorial.
This tutorial will guide you through the setup and various uses for using one of the available plugins that can be found...
tutorial

Explanation And Uses Of Arrays.
This Tutorial will explain what an "Array" is, and give you some examples of how they are, or can be used within...
tutorial

Using Amazon Echo (Alexa) As Microphone For EZ-Robot
In searching for a noise tolerant microphone for my EZ-Robot AdventureBot I checked out the Amazon Echo product which...
tutorial

Setting Servo Speeds And Initialization Script Tutorial
This tutorial will explain what an initialization script is and how to use them in your EZ-Builder projects....
tutorial

If Elseif Else Goto & Return Commands
Another one which was written and hidden within a different topic and should warrant it's own tutorial post, the IF...
question

Real-Time Module
Can someone show me how to program this DS 1302 real-time module in Ez_builder with EZ-B v4, I can't get used to it yet?...
question

Scripts, Add Java Script
Can you please advise? I went to scripts, then "add" JavaScript, clicked on the gear icon this is what happened:...
tutorial

Python Say Birthay
here is a small program in python. Your robot gives you the date, wishes your birthday or the next day. You must enter...
tutorial

Your Robot Gives You The Lottery Number (Python Language)
Here is a python script, which will give you the lottery numbers to play.