[...] Ecco un bel esempio che ci mostra come usare la classe easing per creare un effetto drag con rotazione su un clip filmato [...]
KArim says: 7 octubre 200813:08
Hi,
i have download the .fla but he don’t work!!!
when i try to open it with flash, i have a message saying me that: “corrupted data”
im using flash8. can you send me a working .fla??? please. thx.
hello,
please, how can i restrict the drag area for don’t loose my object out of visible swf stage?
thank you for your answer and for your time
much appreciate your flash works!!!
Danae
thank you for your quick answer!!
this solved many troubles!!!
thank you ^.-
Danae says: 5 diciembre 200818:07
Hi
please how can i have back my object when this go outside visible area?
Can it turn back and can i set the coordinates?
I see a similar in http://www.fat-man-collective.com/
Thank you
Danae says: 9 diciembre 200817:33
Hello
please there is a script for have back my object once this is out of visible area?
i can return it but without tween: can this move out of visible area and come back on some coordinates with tween?
thank you for your answer
^-^
[...] Ecco un bel esempio che ci mostra come usare la classe easing per creare un effetto drag con rotazione su un clip filmato [...]
Hi,
i have download the .fla but he don’t work!!!
when i try to open it with flash, i have a message saying me that: “corrupted data”
im using flash8. can you send me a working .fla??? please. thx.
Use flash CS3
hello,
please, how can i restrict the drag area for don’t loose my object out of visible swf stage?
thank you for your answer and for your time
much appreciate your flash works!!!
Danae
http://clipdepelicula.com/fisica-en-flash-drag-y-rotacion-con-easing-v2/
thank you for your quick answer!!
this solved many troubles!!!
thank you ^.-
Hi
please how can i have back my object when this go outside visible area?
Can it turn back and can i set the coordinates?
I see a similar in http://www.fat-man-collective.com/
Thank you
Hello
please there is a script for have back my object once this is out of visible area?
i can return it but without tween: can this move out of visible area and come back on some coordinates with tween?
thank you for your answer
^-^
search inside the movieclip…
this._x = inx;
this._y = iny;
…inx and iny are the properties X and Y
I would like to add the next code so the one you click is on top.
Your code is written in AS2?
Is there an AS3 version somewhere?
var objeto : Array = [objeto1, objeto2, objeto3, objeto4];
for (var i:int = 0; i
AS3 ->
http://clipdepelicula.com/drag-y-rotacion-con-easing-en-as3/