PlayMovie() in OpenScreen() wont work
Posted: Sun Nov 20, 2005 10:56 pm
hi fred,
seem to be broken:
tested with 3.94 and 3.93 (thanks MVXA) without any success.
c ya,
nco2k
seem to be broken:
Code: Select all
If InitSprite() And InitMovie() And InitKeyboard()
File.s = OpenFileRequester("", "", "*.*", 0)
If File And LoadMovie(0, File) And OpenScreen(640, 480, 16, "test")
ResizeMovie(0, 0, 640, 480)
PlayMovie(0, ScreenID())
Repeat
Delay(1)
ExamineKeyboard()
Until KeyboardPushed(#PB_Key_Escape)
EndIf
EndIf
c ya,
nco2k