home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
A Virtual Reality Guide to Texas
/
CD.iso
/
texdata
/
arcextra
/
tbits.dir
/
00021_dectext.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-06-23
|
242 b
|
12 lines
global numLocations, curloc
on dectext
set the visible of sprite (curloc + 6) to 0
set curloc to curloc - 1
if curloc < 1 then
set curloc to numLocations
end if
set the visible of sprite (curloc + 6) to 1
updateloctext()
end