Ok i have this problem that wont let me see my animation. ill show u the code and then say wich is the problem.
rem Cambiear resolucion
SET DISPLAY MODE 960, 600, 32
rem Esconder mouse
Hide mouse
rem Subir y empezar musica
Load Music "C:\Markus\Wilson_Island\Wilson_Island_Title_Screen_Music.Mid",1
Loop Music 1
rem Subit "DB" Logo
Load Bitmap "C:\Markus\Wilson_Island\Dark_Basic_Logo.bmp"
rem Esperar 5 segundos
wait (5*1000)
rem Subir "WW" logo
Load bitmap "C:\Markus\Wilson_Island\Wilson_Works_Logo.bmp"
rem Esperar 5 segundos
wait (5*1000)
rem Subir title screen
Load Bitmap "C:\Markus\Wilson_Island\Wilson_Island_Title_screen(Start).bmp"
rem prueba

Load image "C:\Markus\Prueba.avi" ,1
rem Teclas y acciones
Upkey1:
DO
If upkey()=1
Load Bitmap "C:\Markus\Wilson_Island\Wilson_Island_Title_Screen(Load).bmp"
Wait (1*150)
Gosub Upkey2
Endif
Loop
DO
Upkey2:
If upkey()=1
Load Bitmap "C:\Markus\Wilson_Island\Wilson_Island_Title_Screen(Options).bmp"
Gosub Downkey1
ENDIF
If downkey()=1
Gosub downkey2
ENDIF
Loop
Do
Downkey1:
If downkey()=1
Load Bitmap "C:\Markus\Wilson_Island\Wilson_Island_Title_Screen(Load).bmp"
Wait (1*150)
GoTo Upkey2
ENDIF
Loop
Do
Downkey2:
If downkey()=1
Load bitmap "C:\Markus\Wilson_Island\Wilson_Island_Title_screen(Start).bmp"
Wait (1*150)
GoTo Upkey1
ENDIF
Loop
The animation i want to see is where the blue pengy i putted there is. So i run it, and just when it is going to show itself, there appears an error that says something about run time error, and that cant load the image, so, i dont know if its a format problem or a program problem or whatever, so, if someone knows something about this problem, plz post something. So... that is it, lol, plz help.
REMEMBER ME, IM YITZU