GameMaker: Studio For Dummies by Michael Rohde

GameMaker: Studio For Dummies by Michael Rohde

Author:Michael Rohde
Language: eng
Format: epub, mobi, pdf
ISBN: 9781118852101
Published: 2014-06-25T18:58:02+00:00


Type in the following code for the firework particle: //create firework particle

firework = part_type_create();

part_type_sprite(firework,spr_Custom_Particle, false, false, true);

part_type_size(firework,0.50,1,0,1);

part_type_scale(firework,0.5,0.5);

part_type_color3(firework,8454143,8453888,8421631);

part_type_alpha3(firework,1,0,1);

part_type_speed(firework,1,2,0,0);

part_type_direction(firework,0,359,0,0);

part_type_gravity(firework,0.03,270);

part_type_orientation(firework,0,0,0,0,1);

part_type_blend(firework,1);

part_type_life(firework,60,120);



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.