Create an obj_bullet in front of the gun / player.
The platformer tutorial contains information on how so.
Chat with our AI personalities
You cannot; sprites do not contain code.
X, Y, hspeed, vspeed, friction, gravity, gravity_direction, image_index, image_speed.Incomplete list, there are dozens.
Get a Set Variable Action and in the first field type score and the second type 0. Easy
draw_text(0,0,score); For coins, you'll need to make a variable that stores how many to draw.
Do that same as setting a normal variable but put "global." at the beginning.E.G. :global.variableNOOB instructions.1. When in Game Maker 8 pick an event.2. Now go to the control tab.3. Now drag "Set Variable" into the action panel. (fount under variables)4. Fill out the form as you want. E.G. Var= "age", Value = "24".5. Finally add "global." on the front of the variable name.