Help With Code!
Posted: Sat Apr 21, 2007 1:50 pm
I need Help with this code, I want it to load a game on a key down event but only if its on the first frame. here's what i have, but it dosnt work, no error message. it just does not work.
- Code: Select all
if(animpos=0)
{
LoadGame("Lev1.dat")
}