• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

shaun spaulding

  1. thejosving

    GML oCamera clamp code gone wrong

    So I've found the Shaun Spalding screenshake which you can see here. But I'm having a problem with this line of code: x = clamp(x,view_w_half+buff,room_width-view_w_half-buff); y = clamp(y,view_h_half+buff,room_height-view_h_half-buff); For some reason, these lines really didn't clamp the x and...
  2. A

    How to destroy a specific instance?

    Hello. I am making a game (mostly under the Shaun Spaulding tutorials) and I just want to make the bullet disappear when it hits the enemy. I'm not too sure how to go about this, most of the time it just destroys all of the bullets instead of just the one that touched the enemy. I am new at this...
  3. M

    Legacy GM Gamemakers! I need your help!

    I'm new, so please don't kill me! I have a problem with programming. Actually if you even watched Shaun Spalding's tutorial, you can see, that he made a checkpoint tutorial. Here comes the problem: When i collide with an enemy, my character instead of respawning just freezes in same place and...
  4. phillipPbor

    Legacy GM to shaun spalding (if player hit by enemy)

    to @ShaunJS I just want to talk with you, I know you made enemys that collide with player but I just want the player to bounce back from colliding the enemy_par. how did you do that? I just copied your code actually. regardless.
  5. phillipPbor

    Legacy GM make a box stop

    I tried getting help for puzzle platforming. pushing a cardboard box that has gravity. FOR OBJ_BOX create grav = 0.2; hsp = 0; vsp = 0; step // react inputs.................................................. if (vsp < 10) vsp += grav; //...
  6. phillipPbor

    Legacy GM more game development help.

    to Benjamin, I just think i need anyone here. a box and a button... in Shaun formula. box: the player sprite will change into pushing when pushing slowly (not forget the gravity and perfect pixel). button: ether box, player, or enemy will be able to push a button to make the block locks...
  7. phillipPbor

    Legacy GM shaun spalding spring

    I need help with shauns code, because no matter how hard I tried to make a spring for shaun spalding's platform. just I cant seem to figure it out. if (place_meeting(x,y,obj_spring)) { if (obj_spring.y > y+16) { with (obj_player) vsp = -jps; } } else { { //.....nothing } } its code I...
  8. P

    Windows Space Rock Destroyer

    SPACE ROCK DESTROYER Alone in deep space, you are forced to fight an ever-increasing amount of asteroids trying to destroy you and your ship. Use the ships boosters to avoid the space rocks, and pick up valuable powers ups that will make the difference between life and death in this arcade...
Top