Game Maker Studio: Learn Gravity & Collison
Channel:
Subscribers:
268
Published on ● Video Link: https://www.youtube.com/watch?v=c3XjpOh5rIQ
Visit my anime and game site: http://mcanime1.wixsite.com/mcanime
(Note:) Another way of creating Gravity: https://www.youtube.com/watch?v=It8SgLPtQCo&t=12s
Code:
Gravity code: if !place_meeting(x, y + 1, land)
{
gravity = 10;
}
else
{
gravity = 0;
}
Other Videos By MC Designs
Tags:
gravity
collison
learn
teach
game
studio
maker
android
pc
computer
land
code
how