I have tried to add particles to my project, but they wont show up.
I made a test:
Quote: "Rem ***** Included Source File *****
sync on
sync rate 0
load image "fire.bmp",1
make particles 1,1,10,10
position particles 1,0,-10,0
position particle emissions 1,0,10,0
set particle emissions 1,1
set particle speed 1, 0.001
set particle gravity 1, 20
do
sync
loop"
This works exactly the way I want, but when I add it to my project they wont show up.
Should I put something inside the loop? Or is there anything else I should do?