I can't get my particles working in my current 2D game project.
I have the following code:
Sync On : Sync Rate 60
make particles 2,150,25,20.0
color particles 2, 255, 200, 200
set particle emissions 2, 10
set particle speed 2, 0.005
set particle gravity 2, 5
hide particles 2
Do
Paste Image 1,0,0
Sprite 1,GunX,GunY,10
Sprite 2,GunX-32,GunY-8,AnimNr
Show Particles 2
Sync
Loop
But the Particles never show up. The sprites are there just fine. And the particles show up when i remove the Paste Image command from the loop. But then i just get the sad blue background.
The Paste Image command is btw a background image that fills the entire screen.
What am i doing wrong?
Tiny Kitten Software -
http://monz.adsl.dk/tks/