Hy :)
I'm trying to create a bullet fired by the player's character and following the enemy, is it possible? How can i do this?!
Tnks!
Every Tick
-Bullet
--angle to enemy's position (i don't remember about angle expresion)
did not work =/
Events...
<img src="http://hugoluigi.com/bulletfollower/events.gif" border="0" />
HTML...
hugoluigi.com/bulletfollower
Capx...
hugoluigi.com/bulletfollower/bulletfollower.capx
Develop games in your browser. Powerful, performant & highly capable.
Set Bullet angle of motion to angle(bulletFollower.X, bulletFollower.Y, target.X, target.Y)
My god, man, it worked.
hugoluigi.com/bulletfollower2
Thank you :)