|
-
Senior Member
I put the code yasunobu13 gave on the first frame and was able to understand it as far as the cx and cy. I extended my frames out to take up 360 frames so that there's something there for all 360 degrees when called upon by the angle of the mouse's possition in relation to the x/y center. What confuses me is the rest of the code. What does "change in x from girl's head to mouse" mean? And do I have to figure out any stuff for the rads, degs and frame? if so can you point me in the right direction? Cause I know something's wrong since it didn't work :\
/*************
vars -
cx = center of girl's head (x-position)
cy = center of girl's head (y-position)
dx = change in x from girl's head to mouse
dy = change in y from girl's head to mouse
rads = angle from positive x-axis to line from girl's head in radians
degs = same as rads but in degrees
frame = frame number to go to
*************/
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|