Flash Set Variable and Actioncript 3

mastashake
mastashake Community Member Posts: 44
From actionscript 3 you can alter ANY lectora variable, really you can do whatever you want in Lectora with a little javascript.For example if you have a Lectora variable called MyStatus then you can alter it from AS3 by saying:flash.external.ExternalInterface.call("VarMyStatus.set", "completed");or you can set it to a number:flash.external.ExternalInterface.call("VarMyStatus.set", 1);