Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (163)

Sign In or Sign Up now to post a comment!
  • Thanks for the tutorial:)

  • NO MATTER WHAT HAPPENS, DO NOT LIKE THIS COMMENT. YOU CAN HATE, BUT DO NOT LIKE.

  • you r very very very good.

    and you video's music is to good.

  • if i were to make a wall, how would i do dis?

  • it worked

    THANK YOU!!!!

  • John Macaron, i cant belieave this, im so favoriting this lol!!!!!!

  • OMG someone sent the song to me as a voice message on XBOX xD!!!!!! LOL

  • Please what the name of the song?

  • This is one of the first tutorials I'd ever seen.

  • my guy wont move

  • I have gm8.1 My bullet just stands still. Help please

  • @TechnoPivotz mmmmmmmmmmmmmmmmmmmm

    

  • so it shoots from the middle... Go to the player sprite...then press "CENTER"

  • This song is pissing me off

  • wtf! the song is making me not conentrate

  • Step>Execute Code>

    image_index = direction-90

    direction = point_direction(x,y,mouse_x,mo­use_y)

    speed=0

    if keyboard_check(vk_up)speed=3

  • @AllDaBESTMusic1 THANKS! :D

  • works, but in a platform game, i cant jump anymore? totally messed up

  • ERROR in

    action number 1

    of Create Event

    for object bullet:

    Error in expression:Player_x position 1: Unknown variable Player_x

  • Whats the...um....song called?

  • @SoraRoxas10000 macaron charon

  • @bubbleman2002 Chaccaron macaron

  • @kahandula my bad

    god people these days

  • do you like crack?

  • The music is gay but it works...

  • what is going on, it wont shoot from the front of the gun.

    what number should i change to get it shoot from the front of the gun?

  • laggy computer ?

  • nice movie.

    PS: What name is the music????

  • Mhhhhm, my character starts moving INCREDIBLY fast when shooting, solutions ?

  • wow some old comments... i wonder iff ppls r still waching

  • how to make a lot of shooting

  • awesome vid

  • shagaron B E P

  • Nice music

    Tellme what it is!!!!!!!!!!!!!!!

  • How would you do this in a platform game where instead of the whole object rotating, only the character's arm rotates?

  • how can i make bullets move towards a specific object?

  • AMAZING........you just have to get the script right and it will work......I HAD SO MANY PROBLEMS WITH THIS AND IT TOOK ME AGES TO WORK OUT A SCRIPT........U SAVED MY LIFE!! i need to make a game for school.

  • it doesent turn with me. :( would somebodey help me?

  • freakin' sweet, man!! works with lite.how do I change it from up to W to move?? I changed (vk_up) to (vk_w) but it did not work.

  • FATAL ERROR in

    action number 1

    of Step Event

    for object player:

    COMPILATION ERROR in code action

    Error in code at line 3: speed=2 ^

    at position 2: Symbol , or ) expected.

    PLS HELP

  • LOL sorry i screwed up with the couner clockwise

  • Thanks! I hope it will work.

  • idiot it wont work.UGH.i dont move and go the oppisite of where i should go

  • can you write here the codes???

  • when squeezed to fire I get an error

  • @TechnoPivotz you have to name it with "Bullet" not b unless your object is "bullet"

  • @TechnoPivotz you spelled create wrong, it has an E at the end. glad to help lol

  • hey what is that song its playing id really like to know im making a funny video and i dont know the name of it

  • lololol whats this song called?? XD!!

  • i didnt listen to anything you did i only listen to the music HEHEHHEHEHHE

  • at 1:00 it sounds like the bus driver from the Simpsons!

  • HOW TO MAKE ENEMYS I HAVE SEARCHED FOR IT HOW LONG ASS POSSIBLE!!!!!

    PLZZZZZ

    HOW DO I????!!!!!

    thx for the tutorial xD

    Its works!!!!!

  • @GarryIsac do you want zombie enemies or shooting at you enemies?

  • Comment removed

  • bad qualitty

  • in glob left pressed(or the guy to shoot not follow it): = ]

    heres a shortcut

    choose create moving(a bulb and an arrow)

    and put the bullet and the speed you want and the direction copy this:

    point_direction(self.x,self.y,­mouse_x,mouse_y)

  • @TechnoPivotz

    instance_creat <-- Add E!

  • i dont face were the mouse is, i just keep spining realy slowly

  • da fok?

    the music...

    da fok?

  • ahhahah el combo xD

  • my guy dooesnt turn wen i do it he faces one direction

  • @TechnoPivotz you spelt create wrong

  • dude you spelled create wrong that's your problem

  • it all sorta works exept for when it fires, it doesn't move, it just stays there

  • how did u make him move?

  • this is awesome! I love you for this. But, my guy is inverted; when i go left, he goes right. i am trying to fix it. When i do so, i will comment the code. Either way, it works, it pawns, and it helps me for future games. Thank you so much!

  • workes perfectly not lying just make sure you name the bullet bullet

  • FATAL ERROR in

    action number 1

    of Step Event

    for object gunner:

    COMPILATION ERROR in code action

    Error in code at line 1: image_index - direction-90 ^

    at position 13: Assignment operator expected.

  • MAH MAN! I LOVE YOU

  • hey dat song is batman drunked form rite

  • ______________________________­_____________

    FATAL ERROR in

    action number 1

    of Mouse Event for Glob Left Pressed

    for object object0:

    COMPILATION ERROR in code action

    Error in code at line 1: b=instance_creat(x,y,bullet) ^

    at position 3: Unknown function or script: instance_creat

  • You misses the E in b=instance_create.

  • too blurry!

  • when ever i shoot i shot like 60 bullets help and cut out that stupid music

  • i did a cannon and my controls are invert!

  • lol i was watching this when my favorite song cmes on lol

  • nice demo but change the music its so anoying

  • thanks man!!!!! it helped a lot

  • best tourital ever!!!! 5 stars

  • on mine bulletts come back if i shoot again H3LP!!

  • if its a player1 you want to target instead of mouse_x,mouse_y  put

    player1.x,player1.y

  • wow!! thanks that helped alot, I always tried to make player rotate but It flies away.thanks 5/5

  • OKAY THANK YOU! LOL

    IT WORKS!!

  • why cant it work i did it but the guy did't aim in the direction of the mouse(maybe its because i have a pc)

  • How do I make it so I can use all arrow keys to move instead of just up arrow key=forward?

  • try this:

    in step event put:

    if keyboard_check(vk_right) && place_free(x+4,y){x+=4}

    if keyboard_check(vk_left) && place_free(x-4,y){x-=4}

    if keyboard_check(vk_up) && place_free(x,y-1){y-=4}

    if keyboard_check(vk_down) && place_free(x,y+1){y+=4}

  • My char is spining i cant stop him Noob!

  • Comment removed

  • thanks man 5 stars :)

  • my person just spins in circles...

    what do i do?????

  • i have a problem... ive done all of this but... he can shoot but the character wont follow the mouse

  • whats the name of the song

  • CHACARON MACARON

  • does this word for maker maker 6. the only program I can use at school.

  • thank you so much this really got my game going!

  • its named marcaron

  • i do it i do it yeah thank you very much

  • thanx

  • the name of the song?

  • all i know is that it was used in "retarded batman", so search about that to find the song name.

  • chaccaron maccaron or something

  • It's b=instance_create(x,y,"name of your object for bullet") without quotes.

  • @muluukkunen

    thats because you ddint name your own object the same name of the creator of the video

  • Hehe nice job man. I had it so you could use WASD to move but wanted it to follow the cursor. This really helped! And I switched the up arrow key to W lol to make it easier

  • ive got a platformer with mario like characters with a gun so how do i make it so that if my cursor is oinj the left side my character changes into the sprite that looks left and same for right?

  • when it says:

    if keyboard_check(vk_up)speed=3

    change the speed

  • i am wondering, can you have it so the player moves in more directions than just up?

  • yes

  • really good tutorial!

    very useful for me!

    thanks!

    =)

  • yeah thanks !!

    very NICE!!!

    thats the coolest music i erver heard in my life!!

    whats the name of the song

  • Thanks!!!!!

    nice vid

  • Comment removed

  • for one thing how can I make my player move at the same time of it looking at a my cursor... cause just standing there and shooting isnt kinda fun.

    thx for any responses

  • you put in the move events to make him move.... what was shown in this tutorial isn't restricting that

  • Thanks :D

  • Wath is the name of the song?

  • Chaccaron Maccaron

  • I like your vista theme (or xp idk) Where did u get it? :D

  • i have a problem... it says:FATAL ERROR in

    action number 1

    of Step Event

    for object player:

    COMPILATION ERROR in code action

    Error in code at line 2: direction - point_direction(x,y,mouse_x,mo­use_y)

    at position 12: Assignment operator expected.

    can you help me with the error?

  • direction = point_direction(x,y,mouse_x,mo­use_y)

  • why doesn't the player turn around? can u help PLEASE

  • Do exactly same what I do.

  • It doesn't work for lite, I tried

  • This works for lite...

  • Comment removed

  • WAIT I FINNALY FOUND THE GLOBAL MOUSE LEFT PRESS!!!!!! Sry for the comment. by the way nice tut!!!!!!1 TY!!!!! IT WORKS!!!!!!!!!! TY TY TY TY TY TY TY TY TY TY TY TY TY TY  TY TY TY TY TY!!!!!!

  • stop this song!!! xD

  • sorry my bad prob solved

  • ______________________________­_____________

    FATAL ERROR in

    action number 1

    of Step Event

    for object object0:

    COMPILATION ERROR in code action

    Error in code at line 4: if keyboard_check(vk_up)speed=3

    at position 2: Assignment operator expected.

    can you help me please!

  • lol tha crazy song o yeah awsome vid

  • A Great Guide!

  • thanks a billon

  • the person doent move with the mouse

  • i have one of those problems two

  • suomalainen?

  • my bullet is not moving

  • then open ur bullet object, add a create event, then ad a move towards event, and in the x box put mouse_x, then on the y box put mouse_y, then you change the speed to15

  • ______________________________­_____________

    FATAL ERROR in

    action number 1

    of Mouse Event for Glob Left Pressed

    for object Turret:

    COMPILATION ERROR in code action

    Error in code at line 2: b.direction-direction

    at position 13: Assignment operator expected.

    CAN U PLZ HELP????

  • It's

    b.direction=direction

  • if freezes every time

  • Thank you so much. this really helped!

  • Spam!

  • thx for this video and can u make:Player can go right and left? Make vid. please.

  • what do i do here?

    ERROR in

    action number 1

    of Create Event

    for object bullet:

    Error in expression:mouse_v position 1: Unknown variable mouse_v

  • thank you this is very helpful

  • how do you get it to point at a object

  • sorry really sorry it worked after 15 minutes :)

  • damn u! DAMN U!!! FOR REALITY! IT MADE MY SPECIAL GAME STOP DAMN U!

  • you can also put 40 frames.

    for you giys that are looking for a esy way to put code in look at my acount and thay are labeled like vid 1 that means you look for the vid that has vid 1 at the begening of the title and watch the vids and it tells you to put the code YoYoFunkyFreshYoYo

  • ______________________________­_____________

    ERROR in

    action number 1

    of Mouse Event for Glob Left Pressed

    for object object0:

    Error in code at line 1: b=instance_create(x,y,bullet)

    at position 23: Unknown variable bullet

  • Lol.

    Make object called bullet!

  • its comes error

  • say it

  • u copied sum1 else lol

  • joo oot sitten suomesta =)

  • Cool song ;D

  • i dunno the prb but it wont work, when i shoot the bullets comes from the middle and fly towars the mouse :(and when i spin left with mouse it goes right

  • You must put counter-clockwise!

  • oh and when i shoot it comes out my butt

  • in the codes are they - or =

  • It's =.

  • haha, nice song

  • good vid man ceep it up

  • lol, whats the song?

  • Chaccaron maccaron.

  • the song is hilarious!

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more