ok well i’ve jsut downloaded eilsoes electricity thing which is here: http://www.kirupaforum.com/showthread.php?s=&threadid=9406
and i’m really confused of all the action scripting and stuff. I was planning on creating somethin similar except without the sliding bar, just the electricity; the domes don’t even have to move.
So which AS would be useful? i read through the AS he put in but i didnt’ understand what ‘Math.Floor’ was…
can someone explain that?
I also saw the stuff ‘home1x’ ‘home1y’. What are the differences between these and ‘point1x’ and ‘point1y’? and what exactly are they…???
I think i can sorta make out the rest but i’m not quite sure thats it for now thx for your help
locate what home1point is used for in the script and find the object that has that instance name.
int is the old method of Math.round() (obviously rounds a number).
_x and _y are one of the most basic things in actionscript. It is the X and Y coords… that is definitely something you need to know to understand this script (as well as the math things).