actionscript 3 - How to Call a Variable from a Class to Fla? -
actionscript 3 - How to Call a Variable from a Class to Fla? -
i've class file named meters.as need phone call array variable meters.as main fla.
my class file located @ here: http://sudrap.org/paste/text/336578/
here's code:
var meterarr:meters = new meters(); trace(meterarr.meterarray[0, 0]);
this code gives me error 1119. how can prepare that?
import meters. if meterarray static variable in meters (i see is), that's you'll have do.
by way, you've gone lot of problem fill each slot in array " "
. have considered doin automatically, few lines of code, in loop?
actionscript-3 flash
Comments
Post a Comment