@robertjackFunEvideo I have the lite version, so what do you think? If you have the pro version, skip the animating part and change the following line(s):
@AnonymGangster It's pretty much self-explanitory really, make sure sperma_obj actually exists as an object and that the object is named like that, not the sprite.
@masteranimation2008 when it's done loading my arrow is autotmaticly moving the character instead of me clicking in that spot, this means it is shooting off
@finalkamehamehaflash Music and sound is not really needed at all( well not for tutorials) if you want music, play your own. It usually brings stupid comments like: "Music sucks"
@lolfactor97 Set the origin of the sprite by clicking the "center" button in the sprite's settings to make them come out through the middle. It's in the video too...
what if i wanted to move with the left mouse button and shoot with the right? I know I type (mouse_check_button( )), but i dont know what to put in the ( ). :\
@AlmighyDove Oh, that's simple, all you have to do is remove this part from the code in the step event:
speed=0;
if (keyboard_check(vk_up)){speed=4;}
Then add the event called Global Right Pressed, and move the code from the Global Left Pressed to that event, then when you're done with that, insert this code in the Global Left Pressed event:
{
speed=4;
}
then add the Global Left Released event, and add the same code but with a zero instead of a four, then you're done!.
Dude get camstudio!
it the best screen recording software
rikashamona 1 day ago
thnx, bro
KreXHome 1 week ago
hey man i can't catch all codes!anyone avable to help???
niksaniksasamja 2 months ago
help me my guy goes through the wall and he doesn't move towards my mouse
Garrettg215 3 months ago
how do u make your character move
Garrettg215 3 months ago
is there a way to make it shoot towards an object instead of mouse?
MrSuperTeenGohan 3 months ago
THANK YOU SO MUCH WORKED 100%
codgod66 7 months ago
this sucks, it wont even point to my mouse
will only point in opposite direction :(
joohi786 7 months ago
hello when i followed every step in your video and it works fine but when i try to shoot it says this
ERROR in
action number 1
of Create Event
for object Bullet:
Error in expression:mouce_x position 1: Unknown variable mouce_x
CAN U HELP ME?
TheLiam236 7 months ago
@TheLiam236 lol you spelt mouse wrong
ironman533 4 months ago
Lol all those error are self explanatory :P
vacster123 8 months ago
never mind i got it
dizzydzy 9 months ago
This popped up... i made sure that everything made sense and checked it 3 times. This is what came up:
___________________________________________
ERROR in
action number 1
of Mouse Event for Glob Left Pressed
for object THingy_obj.:
Error in code at line 1: f=instance_create (x,y,Bullet_obj) ^
at position 24: Unknown variable Bullet_obj
dizzydzy 9 months ago
wow, please learn to make a good video. I don't see what you're doing! Bigger screen next time please.....
1kalekip1 10 months ago
my person dosent move he just shoots
HELP!!!!!!
sk8rockgamer 10 months ago
Thanks bud :D
Also i wanna move backwards too and use w and s for moving
how does that work?
fatman0209 11 months ago
fuck you that the most helpfull video i ever seen
lars123mc 1 year ago
___________________________________________
FATAL ERROR in
action number 1
of Mouse Event for Glob Left Pressed
for object Obj_PLayer:
COMPILATION ERROR in code action
Error in code at line 2: f.direction=direction ^
at position 2: Symbol , or ) expected. what to do
coban1998 1 year ago
This has been flagged as spam show
when the mouse collision with the player this last named move´s like crazy
wolfenand 1 year ago
Comment removed
wolfenand 1 year ago
This has been flagged as spam show
when the mouse collision with the player , move´s like crazy
wolfenand 1 year ago
when the mouse collision with the player this move like crazy, help
wolfenand 1 year ago
This has been flagged as spam show
She is so sexy and Naughty women mworld5.info
BerthaFelisha 1 year ago
Do you need pro version for this?
robertjackFunEvideo 1 year ago
@robertjackFunEvideo I have the lite version, so what do you think? If you have the pro version, skip the animating part and change the following line(s):
image_index=direction-90;
to:
image_angle = point_direction(x,y,mouse_x,mouse_y);
masteranimation2008 1 year ago
ERROR in
action number 1
of Mouse Event for Glob Left Pressed
for object Snopp obj 1:
Error in code at line 1: f=instance_create(x,y,sperma_obj) ^
at position 23: Unknown variable sperma_obj
What should i do=?
AnonymGangster 1 year ago
@AnonymGangster It's pretty much self-explanitory really, make sure sperma_obj actually exists as an object and that the object is named like that, not the sprite.
masteranimation2008 1 year ago
@masteranimation2008 when it's done loading my arrow is autotmaticly moving the character instead of me clicking in that spot, this means it is shooting off
thecamraeye 1 year ago
@thecamraeye It's intended to be like that...
masteranimation2008 1 year ago
i need help everytime
i try to play it it says error
TheKrunk360 1 year ago
thnx dude
hack3Rtub3 1 year ago
Thanks im subbing!
piwister 1 year ago
seriously? no sound? one third the picture? this really fucking crap..
finalkamehamehaflash 1 year ago
@finalkamehamehaflash Music and sound is not really needed at all( well not for tutorials) if you want music, play your own. It usually brings stupid comments like: "Music sucks"
masteranimation2008 1 year ago
How come when my character shoots, the bullets don't come out through the middle?
lolfactor97 1 year ago
@lolfactor97 Set the origin of the sprite by clicking the "center" button in the sprite's settings to make them come out through the middle. It's in the video too...
masteranimation2008 1 year ago
@masteranimation2008 yea, i rewatched the vid. i just 4got to delete the comment. thnks anyways for tut ;D!=
lolfactor97 1 year ago
Comment removed
wolfenand 1 year ago
can you make a tutorial on how to shoot the direction you're facing if you're using a joystick. Please...With sugar on top!
Littleflip117 1 year ago
what if i wanted to move with the left mouse button and shoot with the right? I know I type (mouse_check_button( )), but i dont know what to put in the ( ). :\
AlmighyDove 1 year ago
@AlmighyDove and i know what to do to shoot with the right mouse button.
AlmighyDove 1 year ago
@AlmighyDove Oh, that's simple, all you have to do is remove this part from the code in the step event:
speed=0;
if (keyboard_check(vk_up)){speed=4;}
Then add the event called Global Right Pressed, and move the code from the Global Left Pressed to that event, then when you're done with that, insert this code in the Global Left Pressed event:
{
speed=4;
}
then add the Global Left Released event, and add the same code but with a zero instead of a four, then you're done!.
masteranimation2008 1 year ago
I love coding GML.
skoolrox123 1 year ago
cool. im used to LUA scripting, so I can kinda tell how the scripts work. thank you.
adhfadger 1 year ago
Comment removed
adhfadger 1 year ago
nice tutorial
GamingWaveTutorials 1 year ago