Monday, October 17, 2016

Week 2 Student preparation

Image result for game movement
Tell me one thing you learned from the reading about movement.

31 comments:

  1. movement and camera. lets you move one way Mario and the camera fallows the character. cameras stay along with the character even also even in cutsceans.

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete
  4. This comment has been removed by the author.

    ReplyDelete
  5. GameMaker runs on a series of steps at default speed of 1/30th per second or 30 steps per second (similar to fps). Key press, Key Release and keyboard are a few examples of movement triggers.

    ReplyDelete
  6. This section review things I already know Keyboard and grid movements. Mouse movement is the only new thing I learned. It is where the sprite follows the mouse.

    ReplyDelete
  7. when coding you have to do it for the person or object you want to move

    ReplyDelete
  8. when coding you have to do it for the person or object you want to move

    ReplyDelete
  9. 4 different types of movement
    Mouse
    Logic
    Grid
    Keyboard

    ReplyDelete
  10. Press and release movement doesn't work well with diagonal movement

    ReplyDelete
  11. movement is up down side to side and diagonal

    ReplyDelete
  12. Press and release movement and keyboard movement and player movement.and grid movement is like keyboard movement.

    ReplyDelete
  13. I learned that Press and release is an important thing in movement.

    ReplyDelete
  14. This comment has been removed by the author.

    ReplyDelete
  15. Key things associated with player movement include key board movement, mouse movement, and logical movement. The step event, alarm event, and collision event are mostly used for enemies, walls, etc.

    ReplyDelete
  16. how to get specific things to move

    ReplyDelete
  17. I learned that every movement is critical. The movement is very important including the key board and the mouse movement.

    ReplyDelete
  18. there are many set variables in studio

    ReplyDelete
  19. it allows you to have a moving character like the ones in any mario game.

    ReplyDelete
  20. This just talks about all the different kinds of movement you can use like when you hold a button down or when you tap a button. It also talks about the goes to mouse movement.

    ReplyDelete
  21. There are three different types of movement. Movement is what controls your character/object.

    ReplyDelete
  22. Movement allows you to make little guys to run around and different movement will make your guy move differently.

    ReplyDelete
  23. movement will allow your object to move around the room using the mouse or keyboard keys

    ReplyDelete
  24. You can use the mouse and keyboard, to move around.

    ReplyDelete
  25. movement is difficult if done wrong or very simple if done right. there are three different movement controls one is press which is when you push the button it will move once in that direction the same will happen with a different movement which is the release movement during this if you push the movement button it will not move until you release the button and than it will move once the last one is keyboard movement which when pushed will move constantly and not stop unless you set it to stop.

    ReplyDelete
  26. The camera follows the player, and the player moves with specific measurements made by code.

    ReplyDelete
  27. There is a couple different types of movement one is where u use the arrow keys to move the mouse or where you write the code so it moves it self in a repeat patter.

    ReplyDelete
  28. Game Maker has steps that run speed of 30 steps per second. There are many different movement triggers that are in game maker.

    ReplyDelete
  29. The camera follows the player based on his movements. Movement allows your character to move around your game world.

    ReplyDelete
  30. There is several types of movement, one being arrow keys on a 2d platform, and another being 2d with a mouse platform

    ReplyDelete