:jail: Iām trap!!!
I have the MX fla for the ramdon circles movement. I want them to form a sine-wave movement.
I alredy tried Math.sin(X) for it and it wont work.
I would like somebody to help.
:jail: Iām trap!!!
I have the MX fla for the ramdon circles movement. I want them to form a sine-wave movement.
I alredy tried Math.sin(X) for it and it wont work.
I would like somebody to help.
for a sine effect put this on the mc
[AS]
onClipEvent(enterFrame){
_x+=5
_y=Math.sin(_x*(Math.PI/180))*50
}
[/AS]
:: Copyright KIRUPA 2024 //--