There is no code for that, you'll have to make something else. sorry
timers are used to set a time at which something happens. so, for instance, you could put in the 'key press' event for space the button timer and set alarm 0 to 30, which will set it for one second. then in the event alarm0, you could make your object move right. what that would do would be to make it so that one second after you press space, you start moving right. Hope that makes it more clear! source: gamemaker
48
48
97
Have it move without gravity keeping it on the ground.
You have to get a clone script for them to spawn and then do the tutuorial for the moving part
There is no code for that, you'll have to make something else. sorry
in code:move_towards_point(object.x,object.y,speed)
Game sprites are basically picture used in 2D games or animations you put 1 picture then next and then next and the character well move you need an programme to make the animations i use windows movie maker and to make a game game maker go and try it
-_- hspeed = 2; vspeed = 2; There, you now have an object going diagnol. Go wild.
not bad boring ones you can make 3d games as well its really hard to begin with once you finish it try rpg maker vx then move onto flash or java programming or code:blocks.
Why have them vertical? In any case, make the png file with the frames like usual in Game Maker, then move them in GIMP or something to be vertical instead of horizontal. Game Maker might not be able to read them though.
A sprite cannot do anything. If you meant "How do you make anobject shoot in game maker 7?" then it's easy.Create an object for your bullet and give it a sprite. Then in the object you want to shoot the bullet add a "create instance with motion" actionwith the bullet specified.Alternatively you could use a "create instance" action and then add an on creation, "move" action to the bullet.
make a variable true until you press the button. in step event for the object use a move twards point action and set "x" to "mouse_x" and "y" to "mouse_y"
Whatever code you're using to make the object follow the character, place this in the step event. Then, the object will always be moving towards the other. Specifically, make it move towards point: X: character.x Y: character.y
well if you go to google image or any other prite sharing websites neimad is a great sprite maker and go to scratch i has a program to make the sprte move and you can make a game on there. If you don't know java i recomend you should go to scratch