Game Maker Studio: How to Create a Fade In & Fade Out, using Code?

Channel:
Subscribers:
268
Published on ● Video Link: https://www.youtube.com/watch?v=sWKezhBu1ww



Game:
Fade (2001)
Duration: 9:43
182 views
0


Visit my MC GAMES site: https://mcolverdesigns.itch.io

Paypal Donate: https://bit.ly/30e8VDZ

GMS File: https://bit.ly/3imIwdq

obj_fade_out

Events:

Create

Actions:

fade = 1;
speed = 0;

Events:

Step

Actions:

fade -=0.02;

image_alpha = fade;

if(fade = 0){
instance_destroy()
}

obj_fade_in

Events:

Create

Actions:

fade = 0;
speed = 0;

Events:

Step

Actions:

fade +=0.02;

image_alpha = fade;







Tags:
game
maker
studio
fade
out
in
create
how
teach
show
click
button
code
image
alpha
destroy
speed
instance
step
percent
add
subtract



Other Statistics

Fade Statistics For MC Designs

At this time, MC Designs has 182 views for Fade spread across 1 video. Less than an hour worth of Fade videos were uploaded to his channel, making up less than 0.17% of the total overall content on MC Designs's YouTube channel.