im a noob at particles and am just messing around and made this awesome effect
sync off
hide mouse
sync rate 60
color backdrop rgb(0,0,0)
load image "2.jpg",2
`make particles 1,1,10000,200
`make particles 2,2,100000,70
`set particle velocity 2,10
`make particles 1,2,100000,100
`set particle velocity 2,5
make particles 3,2,100000,80
set particle velocity 3,15
`set particle floor 1,0
`set particle gravity 1,2
`set particle chaos 1,20
`ghost particles on 1,3
do
`color particles 1,a,b,c
`POSITION PARTICLEs 1,10,20,50
`position particles 2,0,0,5
`position particles 1,200,0,10
position particles 3,0,0,100
position camera 0,300,-500
loop
and i ran it at fullscreen exclusive @640x480 and 32bit color is what it is optimized for as far as camera ect