pixel_fiend
September 26th, 2002, 11:25 PM
hi,
i read this tutorial on dynamic event handlers on this site
i am still LOST as to how they work
if someone can explain this better to me (if thats possible)
i would really appreciate it
so go here and click on the dynamic event handler tute
http://www.kirupa.com/developer/actionscript/as_tricks.asp
things like :
onClipEvent (enterFrame)
{
if (this._x<300) this._x+=5;
}
make my head hurt - i WANT to understand this please help!!
thanks
i read this tutorial on dynamic event handlers on this site
i am still LOST as to how they work
if someone can explain this better to me (if thats possible)
i would really appreciate it
so go here and click on the dynamic event handler tute
http://www.kirupa.com/developer/actionscript/as_tricks.asp
things like :
onClipEvent (enterFrame)
{
if (this._x<300) this._x+=5;
}
make my head hurt - i WANT to understand this please help!!
thanks