Hi i am a beginer of game making and also a newbie of this forum.
Can somebody tell me how to make an object shoot.
I want to make a kid shoot a bullet.
the kid's Actor name is PLAYER and the bullet is named BULLET.
Please tell me. Program: Game Editor
There are a lot of possibilities. One is : mouse boutton down event on the kid, creates actor bullet. The bullet then follows a certain path (with very view frames) and at the end of the path ->destroy actor.
Or you can make the bullet follw the target with a script.
But before we go into deep, You should tell us, what exactly you plan to do. Is t really a bullet that flies away from the gun? Or hust a gun-firing effect?
Thats pretty easy, all you have to do is right click on the actor you want to shoot with, go to add event, and mouse down event, then add action, script editor, and type in this code x=x-5; or x=x+5;