I'm SO tired...but one question before I sleep. slow arching movement please...
StormyStudio
United KingdomMember Posts: 3,989
Ok, I must be knackered I'd just written out a big question, basically asking where is the 'Collide behaviour' but in a much more confused way....need a tattoo with 'TWAT' on my head. As I've been using 'Collide; in my game for the last 3 months.
......
anyway....one last question before I sleep...
I have an actor which is spawned and flys from screen left, and is affected by gravity.
I am currently using velocity to make it fly across the screen arching down due to gravity and landing on the floor in the middle of the scene .
I still want it to arch down, and reach the middle of the screen, and still be affected by gravity. But come in at a slower speed, if I drop velocity it obviosuly does not reach as far across the screen.
I want it to be slow enough so it can be pressed and destroyed, but if you miss it goes across the screen....
Hmm....maybe I will try acclerate now I've worked out my 'collide' issue...(maybe accelerate speed 60 on the x unless it hits something, then make velocity 0 so that gravity can kick in....
anyway...sleep first...
any advise, or a yes accelerate will do that will be grand....
......
anyway....one last question before I sleep...
I have an actor which is spawned and flys from screen left, and is affected by gravity.
I am currently using velocity to make it fly across the screen arching down due to gravity and landing on the floor in the middle of the scene .
I still want it to arch down, and reach the middle of the screen, and still be affected by gravity. But come in at a slower speed, if I drop velocity it obviosuly does not reach as far across the screen.
I want it to be slow enough so it can be pressed and destroyed, but if you miss it goes across the screen....
Hmm....maybe I will try acclerate now I've worked out my 'collide' issue...(maybe accelerate speed 60 on the x unless it hits something, then make velocity 0 so that gravity can kick in....
anyway...sleep first...
any advise, or a yes accelerate will do that will be grand....
Comments
Scitunes is correct. I had a similar issue and tried to do through gravity. Accelerate actors are 270 seemed to work better, and have more control over the effect as well.
-Dooki
Cheers
my 2 cents.