Currently Being Moderated
Oct 26, 2007 2:09 AM
Hello
Iv been struggling abit with the new way that AS should be
written. (im the old school flash scripter dropping scripts
everywhere :) ). I understand the basic principle of classes and
have been testing with them, but what i realy miss is, or are
unable to find out, is how to contuniuesly update the behaviour of
objects with a script. It used to be easy, just an onEnterFrame and
you knew the script was running at every refresh. This is not the
case however with classes that I make, they only run codes once. So
how do I encorporate that it keeps updating the position of objects
for example?