home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Digitální fotografie a video
/
Digitalni-fotografie-a-video-covermount.bin
/
Aplikace
/
Dv
/
Kap_3
/
Dv_3_1.dxr
/
00021.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
|
180 b
|
10 lines
on exitFrame
global Delka_videa
set Sprite_video to 33
if the movieTime of sprite Sprite_video < Delka_videa then
go(the frame)
else
go(the frame + 1)
end if
end