Re: Vector Movement Question
What is the Clickteam Movement Controller?
Re: Vector Movement Question
It's a Movement Controller that comes with TGF2, allowing you to control the variables at which your Active Objects Move.
E.g. If you are using vector movement you can use it to set speed, direction, gravity etc.
Each different movement type has different variables that can be altered.
Re: Vector Movement Question
Oh, okay. That might be why I didn't know what it was - because I don't have TGF2. Or, if it also comes with MMF2, then I guess the reason is because I'm currently using the trial version.
So, if I don't have the extension, I guess I can't help. :( Well, maybe someone else can offer assistance. :) Perhaps it would help if you upload your file?
Re: Vector Movement Question
I think you need to upload an example of the code for people to try so we can see what is happening.
Re: Vector Movement Question
Ok, I've stripped my entire game down to just the esential graphics and the shooting system, and I'm uploading it now.
EDIT: The download is Here
Re: Vector Movement Question
It is because you have two Pistol objects in the frame, MMF is creating one object at each Pistol (both of the pistols are at the same location) and only one bullet is then picked up by the movement controller.
Delete one pistol from the frame editor and you should get one bullet.
Re: Vector Movement Question
Ohhh Thanks Very Much! [blush]
Thanks!