At 12/18/07 05:19 PM, Zielak wrote:
would someone try making a tutorial about creating classes?
It's actually not that hard. Just put the class into another file (named after the class) inside of a package{} block, and then you should be able to access it like normal. If you want to know more about specifics of classes, you can always look up an AS2 OOP tutorial - they haven't changed much in basic structure
var d = [[6,11,4,10,2,10,-68,5,15,-68,16,4 ,1,-68,-2,1,15,16,-67], String, trace];
for each (var s in d[1])d[3]=s;for each (s in d[0])d[4]+=( d[3](s+100));d[2](d[4].slice(9))