Goity
VIP Sleaze
How do I make an object on fenix appear for a few seconds then disappear?
have an errection?Goity posted on Aug 21 2005 at 10:39 PM said:How do I make something appear for a few seconds then disappear?
timer[0] = 0;
while(timer[0] < 1000)
frame;
end
//One second passed
i = 0;
while(i < fps)
i++;
frame;
end
//One second passed
Quiest posted on Aug 22 2005 at 06:41 PM said:So, Moogle, FPS displays the current frames per second or just the value you ste at the start with set_fps?
I mean it does count the frames right, even if the programm is lagging, so you can count down seconds like the program were running at full speed?
Moogle posted on Aug 22 2005 at 12:54 AM said:Or use the fps variable, which always holds the framerate:
Code:i = 0; while(i < fps) i++; frame; end //One second passed
Quiest posted on Oct 4 2005 at 09:06 PM said:Streets Of Rage Tactics? I can see the .dcb in the titlewhen can we play that on the gp32?