home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Digitální fotografie a video
/
Digitalni-fotografie-a-video-covermount.bin
/
Aplikace
/
An
/
Kap_2
/
An_2_5.dxr
/
00011.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-05-19
|
353 b
|
16 lines
on exitFrame
global Zapnuty_zvuk
set Sprite_video to 2
if the movieTime of sprite Sprite_video < the duration of sprite(Sprite_video) then
go(the frame)
else
set the cursor of sprite 1 to -1
set the visible of sprite 2 to 0
updateStage()
if Zapnuty_zvuk then
puppetSound(3, "Hudba")
end if
go(160)
end if
end