Quote: "
`---------------------------------------------------------------------
` SETUP APPLICATION
`---------------------------------------------------------------------
Sync Rate 60 : ` Set the Refresh rate to 60 frames per secound
Sync On : ` Turn manual refreshing of screen ON
Randomize Timer() : ` Randomize the Timer()
Hide Mouse : ` Hide the mouse for the upcoming Intro
"
(line 14-20)
it works with an older version of the same file.
what i did was:
* search for STARTMENU, replace it with menuStart.
* compiled, got this error
* seached for menuStart replaced with STARTMENU
* compiled, same error
edit,
when i remove "sync on" and compile, i get the error:
Quote: "Parameter mismatch. Array must have atleast one subscript at line 55"
line 55: for x = 0 to 255 step 5 : r = x : set gamma r,r,r : next x
where is the array in that line?!