You have to set everyones permission to READ & WRITE on the temp file.
OK so I did this and it didn't work. Although I did find the answer! I knew that whenever my sprite command was entered, and I tried the save the whole game fell apart! So I tried putting my Game doc. in my 'Data' folder, and changed the code from
SPRITE 1 10 10 Data:cycle_red
to
SPRITE 1 10 10 cycle_red
Doing this made it work and I'm just going to have to hope I still have enough time to finnish as much of the game I can for the contest. Thanks everyone for helping me.