Okie down to business, What the hell did I do?
I was making an experiment trying to make the press any key image I had blink (still can't figure it out apparently hide/show image is not a function in DBPro only DBC?)without having to load it every time I had to delete it just an experiment, right? well first heres the error it gives me when I try to compile:
Quote: "Compiling project...
UNDEFINED PARSER ERROR
Compilation Failed (Syntax Errors)"
now I've gotten this message before on something completely unrelated, I already had a test compile running(like an idiot).
Next for the code:
Rem ***** Included Source File *****
LOAD IMAGE "\media\titlemockup.jpg", 1
LOAD IMAGE "\media\key.jpg", 2
LOAD SOUND "\media\Sound\demo_Bang_The_Bass_Loop_A.wav", 1
LOAD SOUND "\media\Sound\DDS.wav", 2
LOAD ANIMATION "\media\MOV\title1.wmv", 1
PLACE ANIMATION 1, 80,60,720,540
PLAY ANIMATION 1
wait 10000
Delete animation 1
Play sound 2
wait 200
loop sound 1
CLS
paste image 1, 0,0
paste image 2, 281,480
wait key
I know its not indented or anything but it's the file I use to test code so it's kind of unorganized.
Does anyone know what this error is pointed at? I can't figure it out, In this case I DON'T have two test compiles up like last time... I guess for now I'll just walk away and breathe for a while lol.
~Cheers
Space for rent.