nprzybylo
02-13-2007, 09:56 PM
Hello,
I am looking for an ActionScript function that reads in a string of actionscript and runs it. For instance, if the statement
Run("i=i+10;");
was placed in the middle of a function, it will take the defined variable i and add 10 to it. Please let me know if there is anything that is already built in to the ActionScript library that would allow me to do this.
Thanks!
I am looking for an ActionScript function that reads in a string of actionscript and runs it. For instance, if the statement
Run("i=i+10;");
was placed in the middle of a function, it will take the defined variable i and add 10 to it. Please let me know if there is anything that is already built in to the ActionScript library that would allow me to do this.
Thanks!