Game Maker Studio: How to Create Special Effects.

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



Duration: 12:26
146 views
0


Visit my anime and game site: http://mcanime1.wixsite.com/mcanime

GMX file: https://goo.gl/PmXGYu

particlesnow

Events:

Create

Actions:

sys = part_system_create();

part = part_type_create();

part_type_shape(part,pt_shape_spark) ....if you just type in pt_shape you will get a list of effects you can choose from. Just click on one and Game Maker will plug it in for you.

part_type_size(part,1,1,.1,.01)

part_type_color_mix(part,c_red,c_white)....you can also change the colors too. Just type in c_ and a list of colors will show up, and you can choose which color.

part_type_direction(part,0,360,0,5)

part_type_speed(part,5,5,1,.5)

part_emitter_clear(part,pt_shape_spark)

part_system_clear(pt_shape_spark)

Set Life for type 0

min life: 0

max life: 20

Events:

Left Pressed

Actions:

emit=part_emitter_create (sys)

part_emitter_region(sys,emit,x,x,y,y,ps_shape_rectangle,ps_distr_linear)

part_emitter_burst(sys,emit,part,20) ....if you just type in part_emitter, you will get a list of effects you can choose from and select.




Other Videos By MC Designs


2018-10-07Game Maker Studio: How to Create a Parallax Background.
2018-07-15Game Maker Studio: How to Unlock Rooms in You're Game.
2018-06-16Game Maker Studio: How to Collect a Certain Number of Coins to Gain Health.
2018-06-09Game Maker Studio: How to Create Enemy Health Bars above their heads.
2018-05-27Game Maker Studio: How to Deactivate & Reactivate Keyboard Key’s after getting Hit.
2018-05-20Game Maker Studio: How to Move to the Next Room after Collecting Certain Amount of Coins.
2018-04-07Game Maker Studio: How to Create Boss Movements with Custom Health bar.
2018-03-24Game Maker Studio: How to Create Enemy Hit Points.
2018-03-18Game Maker Studio: How to go from Day to Night, Night & Day.
2018-02-25Game Maker Studio: How to Create Random Objects.
2018-02-04Game Maker Studio: How to Create Special Effects.
2018-01-21Game Maker Studio: How to Make you’re File Image Icons Larger on Screen.
2018-01-13Game Maker Studio: How to Create a Mini Map.
2018-01-08Game Maker Studio: How to Create Lives & Healthbar for Player & Boss.
2017-12-09Game Maker Studio: How to select a player & continue background sound.
2017-12-01Game Maker Studio: How to Swim in Water, show Bubbles & Splashes.
2017-11-26Game Maker Studio: How to Stack & Use Objects in you’re game.
2017-11-23Game Maker Studio: How to Create Checkpoints in you’re game.
2017-11-19Game Maker Studio: How to Create Random Objects, Instances & Timing Objects Out.
2017-11-18Game Maker Studio: How to Animate an Object, using a Path, Alarms, & Images.
2017-10-31Game Maker Studio: Create a Custom Mouse Pointer & Gun Target Shooter. Plus, Collect Ammo & Score.



Tags:
android
tablet
how
learn
teach
game
maker
studio
particles
effects
special
pc
computer
device
phone
windows
emitter
emit
part
type
shape
life
set
clear
speed
direction