woah! flash!
- Started
- Last post
- 15 Responses
- ********
i have a flash question
rotation
why does it go to 180 and then adds to or substracts from 360?
that sucks major baws.
how can i make it so that it keeps counting on, it needs to go from 0 to 300, as i need to retrieve data from the rotation..
and at one point it starts counting backward.. :/
click the html file to see what i mean: http://vormburo.nl/nt/test/
the fla is there as well, zipped.
i need to finish this so any quick help would be seriously appreciated!!
- rasko40
have you become some kind of flash extraordinaire?
- ********0
i wish
- rasko40
page untitoprint
what happened to T?
- ********0
now, please. why does it always take 10 smartass comments and 3 hours before a decent answer comes my way? i am waaaay over deadline here.
:(
- ********0
i dunno..
- ********0
anyway, sorry for being a bitch here..
i just need the help!!
- rasko40
I can only assist by bumping
- tomkat0
easy now.. tomkat here 2 help
- ********0
nice, tom!
you follow my question?
- tomkat0
so what you want is a counter going from 0 to 300 that that is also setting the rotation?
right?
btw jump on IM, I'm a bit in a hurry
- ********0
no, vice versa. the rotater gets a value passed via php, and the rotators just pass it on to the counting numbers..
i'll go on IM now..
- aaakpth0
what's worked for me is going from -180 to 180. if you need to track those numbers, add 180 to whatever value you get and you get 0-360 (obviously). what i have never been able to get is past 180 it doing the annoying skip, but at least you can get one full revolution.
hope that helps
- tomkat0
Oh I forgot to post that..
fullDegrees = (this._rotation < 0) ? 360 + this._rotation : this._rotation;
; )
- version30
flash math class