When I'm choosing a bullet movement behavior, the bullet movement will automaticly be from left to right, how can I change it's direction of movement to from right to left? or upwards? downwards?
<img src="http://img707.imageshack.us/img707/3649/bulleti.png" border="0" />
When Sprite(bullet) created will detect Sprite2's (origin/gun) angle and move at this angle.
Then, If Sprite2 look to the left the bullet will go to the left.
Develop games in your browser. Powerful, performant & highly capable.
<img src="http://img707.imageshack.us/img707/3649/bulleti.png" border="0" /> When Sprite(bullet) created will detect Sprite2's (origin/gun) angle and move at this angle. Then, If Sprite2 look to the left the bullet will go to the left.
Thanks a lot! you really helped! <img src="smileys/smiley1.gif" border="0" align="middle" />