Re: Shooting with gravity
Try the Bullet Widget by MuddyMole. :)
Stephen1980
Re: Shooting with gravity
If you use the "Shoot Object" command you lose a lot of potential control. Shoot Object can only create and fling an object in one direction. Instead, try using the "Create Object" function, create it at the player and set a Movement variable on it to 1. Then create a separate event that when the movement variable is 1, it moves up. Then, when movement variable is 1, after 1 second, it moves down.
Re: Shooting with gravity
dsilvers, that wouldn't curve at all...
Re: Shooting with gravity
If the Bullet Widget, as Steven1980 suggested, doesn't work, try the pinball movement. I have had success with that.
Marv
Re: Shooting with gravity
Someone else asked for this sometime ago. I made an example of shooting with gravity that is located on nivrams website. Here is the link to that example.
http://www.castles-of-britain.com/shootingupexample.mfa
*Edit
press space to shoot
Re: Shooting with gravity
Quote:
Originally Posted by StephenL
This BulletWidget works great. It was just what I needed for my new game. :D
Re: Shooting with gravity
I use "Create Object", this object will have a pinball movement. Set it to go in the direction you would like (ie, the direction your character is facing).