Basics

Top  Previous  Next

Global-VM is a higher level of VM scripting. It uses some enhancements that the standard VM script doesn't allow to have directly on DVD.

Therefore Global VM script will need to be "Build" to be functional - which is similar to the way how a program is Build in a programming language.
Simply said, Build will translate the Higher level script into the standard VM script that is accepted on DVD.

 

Here are some things that Global VM script offers, this includes:

Directly using Sub-Registers in the code,
Using Name Alias for GPRM registers
If - then - else condition,
Nested conditions,
Simple way to link to another object
Goto using labels
Comments within the code

 

Let's see the usage of these enhancements in the code:

 

clip0168