home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Shopper 183
/
dpcs0503.iso
/
Extras
/
Content
/
Images
/
Artbeats
/
WebStockDemo
/
XTRAS
/
WebStock.dxr
/
00183_Bitmap-Flash segment loop.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-11-11
|
212 b
|
9 lines
on exitFrame
global RepeatSpeed, nextRepeatTime
if RepeatSpeed and (the ticks >= nextRepeatTime) then
nxtleaf()
set nextRepeatTime to the ticks + ((8 - RepeatSpeed) * 15)
end if
go(the frame)
end