Particles
Script-
//fireworks(x,y,size,color,alpha,depth,life,speed,gravity,grav dir,direction,number)
part_system_depth(fw_ps,argument5)
part_type_speed(fw_part,argument7,argument7,0,0)
part_type_shape(fw_part,pt_shape_disk)
part_type_direction(fw_part,argument10,argument10,0,0)
part_type_life(fw_part,argument6,argument6)
part_type_size(fw_part,argument2,argument2,0,0)
part_type_scale(fw_part,.075,.075)
part_type_color1(fw_part,argument3)
part_type_alpha1(fw_part,argument4)
part_type_gravity(fw_part,argument8,argument9)
part_emitter_region(fw_ps,fw_emit,argument0,argument0,argument1,argument1,ps_shape_rectangle,ps_distr_gaussian)
part_emitter_burst(fw_ps,fw_emit,fw_part,argument11)
Gm Problem
You all know how instance_nth_nearest works right? It finds the id of the nth object object where n is a number put in by the user. What I want is to find the first 3 files that have certain extension(.sav). Im not too good with files in GM so any …
E3 Day 3
Alot more games shown for all systems today. Each console keeps looking better.
<a href='http://www.angelfire.com/games5/pendarenstudios/e3.html'>E3 Page</a>Full Auto 2 being PS3 only was a surprise for me, I would of thought they stuck with the 360. God of War 2 is looking to be another hit for the …E3 Day 2
Day 2 just got over, I hope you like this info because Im tired as hell.
<a href='http://www.angelfire.com/games5/pendarenstudios/e3.html'>E3 Page</a>Things in red are new for today.E3 day 1
Since most of you probably dont get G4(most of my friends dont) I made a report of the latest things from E3.
<a href='http://www.angelfire.com/games5/pendarenstudios/e3.html'>E3 Page</a>If you want to find more info on a game search for it, this is only what I found out from G4.Crossed Vectors
I needed to make a quick game for someone to put on his site so I made this. I think I was playing a flash game like this so maybe thats why I made it. Oh well, its still a cool looking game. Controls are on the title screen, press …
WHY? why do noobs live?
So I was reading my Kill All Noobs topic(<a href='http://forums.gamemaker.nl/index.php?s=9426f3bfb185dc0fec468ee444bb1c66&showtopic=200488&view=getnewpost'>Seen Here)</a> and someone imed about not being able to download the game. So I waited for him to accept the file transfer and heres the conversation that was after.
nUmBeR1SoXfAn101: sorry just got backnUmBeR1SoXfAn101: can u send …Yay missles!
Heres a cool missle targeting system I made. It should work for registered users as well as unregistered but only registered users can use the distance targeting system. Tell me if you find any bugs, controls are in the info.
<a href='http://64digits.com/users/Kaz/missles.gm6'>File</a>