Game Maker Studio: How to Create Simple Snow, Rain or Hail, background. VIDEO
Visit my Amazon Mobile App site: https://amzn.to/2YsAKZA
GMX File: https://bit.ly/2M0pgqc
(Note): If you want the snow in front of player, just put a higher Depth then the player, or if you want the player to standout in front, put the Depth higher then the snow.
obj_snowcontrol (Note): Be sure this controller is in the room before starting, otherwise there will be no snow. Place controller far above background image, so that it does not blink so much on screen while coming down.
Events:
Step
Actions:
randomize();
instance_create(random(room_width),0,obj_snow);
obj_snow
Events:
Create
Actions:
vspeed = 4;
hspeed = 1;
Other Videos By MC Designs 2019-10-12 Game Maker Studio: How to Create getting Hit & Blinking. 2019-10-06 Game Maker Studio: How to Create a Rotating Moving Sun & Border Walls. 2019-09-21 Game Maker Studio: How to Hide & Appear, using a Mask Code. 2019-09-21 Game Maker Studio: How to Hide Player, without getting Hit by Weapons. 2019-09-15 Game Maker Studio: How to Reduce on File Size & Shortcuts. 2019-09-07 Game Maker Studio: How to Create a Shader Shadow Effect. 2019-09-01 Game Maker Studio: How to Create Follow Movement, to Strike Object, in a Perfect Location. 2019-08-25 Game Maker Studio: (Part 2) How to Master Boss Movements & Two Custom Health Bars. 2019-08-25 Game Maker Studio: (Part 1) How to Master Boss Movements & Two Custom Health Bars. 2019-08-11 Game Maker Studio: How to Flip Sprites, Die, & Keyboard, Mouse Press. 2019-08-03 Game Maker Studio: How to Create Simple Snow, Rain or Hail, background. 2019-07-28 Game Maker Studio: How to Create a Fire Particle Background. 2019-07-21 Game Maker Studio: (Part 2) How to Collect & Enter Password, to Move to Next Room. 2019-07-21 Game Maker Studio: (Part 1) How to Collect & Enter Password, to Open Door. 2019-07-14 Game Maker Studio: (Part 2) How to Gain Health, using a Custom Health bar. 2019-07-13 Game Maker Studio: (Part 1) How to Master Custom Health bar. 2019-06-29 Game Maker Studio: (Part 2) How to Master Check Point & Lives. 2019-06-23 Game Maker Studio: (Part 1) How to Master Check Point. 2019-06-23 Game Maker Studio: How to Create a Simple Save & Load. 2019-06-08 Game Maker Studio: (Part 2) How to Scroll Left to Right on Screen. 2019-06-07 Game Maker Studio: (Part 1) How to Scroll Left to Right on Screen.
Tags: android
device
computer
how
learn
teach
game
maker
studio
create
instance
background
show
pc
sprite
white
size
animation
moving
move
real
part
type
alpha
basic
direction
speed
setup
image
index
gmx
change
snow
rain
hail
simple
easy
weather
forcast
effect
vspeed
hspeed
code
randomize
width
random
step
controller
control
start
blink
object