{{{{{{Merry X Mas}}}}}}
I have a christmas wish list here it goes,,, I need that drivable cars cog and if anyone feels sparky I'd like to make something like rock n roll racing where you can shoot weapons have speed burst n whatnot. also Edward hooked me up with his escelator cog but its a bit too slow and wacky so if anyone feels sparky I have a waves cog that if modified would be exactly what I need.
I picture something like this but maybe from ghost positions or I could make a key or something. basically I like that the speed is variable and if I could get it to where the ammount of things it spits out is a variable that would be sweet. also Zeq started a elite "space invaders" but not sure if he is ever gonna finnish it for me. Not that I expect him too hes the only one who hooks me up. So if that sounds cool I'm sure Zeq or myself would be glad if you took a peek
I have a christmas wish list here it goes,,, I need that drivable cars cog and if anyone feels sparky I'd like to make something like rock n roll racing where you can shoot weapons have speed burst n whatnot. also Edward hooked me up with his escelator cog but its a bit too slow and wacky so if anyone feels sparky I have a waves cog that if modified would be exactly what I need.
Code:
symbols message startup message timer thing wave int totalframes flex wavespeed=1 int wave_delay=3 end code startup: blarg = GetCollideType(wave); SetTimer(wave_delay); return; timer: SetCollideType(wave, blarg); SetThingCurGeoMode(wave, 4); MoveToFrame(wave, totalframes - 1, wavespeed); WaitForStop(wave); SetCollideType(wave, 0); SetThingCurGeoMode(wave, 0); MoveToFrame(wave, 0, 150); WaitForStop(wave); SetTimer(wave_delay); return; end
I picture something like this but maybe from ghost positions or I could make a key or something. basically I like that the speed is variable and if I could get it to where the ammount of things it spits out is a variable that would be sweet. also Zeq started a elite "space invaders" but not sure if he is ever gonna finnish it for me. Not that I expect him too hes the only one who hooks me up. So if that sounds cool I'm sure Zeq or myself would be glad if you took a peek
shaka!