home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Shopper 233
/
Computer Shopper 233
/
ComputerShopperDVD233.iso
/
Assets
/
Interface
/
Main.dxr
/
Frame Scripts_2_frame 2.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
|
2005-05-17
|
189 b
|
13 lines
on prepareFrame me
global dataSource
xmlStatus = dataSource.getStatus()
case xmlStatus.status of
0:
go(the frame)
1:
go(#next)
(-1):
exit
end case
end