Blenderben
November 4th, 2002, 03:54 AM
Ok, I am a complete idiot in Action Script for Flash MX
I need some super basic help...like what commands are always needed, for example if any of you know C++ you know that theres always this
void Main()
{
}
thing and other stuff.,, but what about action script?
I see alot of this Onclipevent.
thing and I don't even know what it means.
I went to the
"ActionScript Tricks"
(Basic and Advanced ActionScript behaviors presented in a straight-forward manner.)section and I couldn't make much of it, they jumped right into "drawing dpi"
i kinda of understand that, but what can I do with a square?
not much, guess i need to learn more, but what puzzles me is what is:
-------------------------------------------
_root.createEmptyMovieClip("holder",1);
-------------------------------------------
that root thing and stuff??
and....
-------------------------------------------
holder.lineStyle();
holder.moveTo();
holder.lineTo();
-------------------------------------------
what do these "holder." things stand for?
also what is : "onclip.event"?
do i need these for every single animation i make?:q:
if someone understands my situation i'd appreciate it if you helped me out, thanks....
remember I am a actionscript newbie and know close to nothing about it, cept it can make a lot of cool animations easier and simpler.
i wanna make something like this: go to "www.tas.edu.tw" that my schools website, and theres a flash design by one student, but i duno him, it be a help if you guys taught me how he made that text fall and turn, i am pretty sure he did it with action script.
thanks..:smirk:
I need some super basic help...like what commands are always needed, for example if any of you know C++ you know that theres always this
void Main()
{
}
thing and other stuff.,, but what about action script?
I see alot of this Onclipevent.
thing and I don't even know what it means.
I went to the
"ActionScript Tricks"
(Basic and Advanced ActionScript behaviors presented in a straight-forward manner.)section and I couldn't make much of it, they jumped right into "drawing dpi"
i kinda of understand that, but what can I do with a square?
not much, guess i need to learn more, but what puzzles me is what is:
-------------------------------------------
_root.createEmptyMovieClip("holder",1);
-------------------------------------------
that root thing and stuff??
and....
-------------------------------------------
holder.lineStyle();
holder.moveTo();
holder.lineTo();
-------------------------------------------
what do these "holder." things stand for?
also what is : "onclip.event"?
do i need these for every single animation i make?:q:
if someone understands my situation i'd appreciate it if you helped me out, thanks....
remember I am a actionscript newbie and know close to nothing about it, cept it can make a lot of cool animations easier and simpler.
i wanna make something like this: go to "www.tas.edu.tw" that my schools website, and theres a flash design by one student, but i duno him, it be a help if you guys taught me how he made that text fall and turn, i am pretty sure he did it with action script.
thanks..:smirk: