home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ray Dream Gallery - The Best of 1995
/
RAYDREAM95.iso
/
pc
/
_gal94
/
windows
/
design.dir
/
00144_Script_144
< prev
next >
Wrap
Text File
|
1994-12-01
|
763b
|
29 lines
---
on MakePopGallery
Global PopGallery, gspeak
if objectP ( PopGallery) then PopGallery( mDispose)
set menulist = the text of cast (85 + gspeak)
set PopGallery to PopMenu(mNew, menuList, 203)
PopGallery(mSetItemMark,0)
on GalleryMenu
Global PopGallery
set sH = the left of sprite 16 + the stageleft + 52
Set sV = The Top of sprite 16 + the stageTop +17
set result = PopGallery(mPopNum, sH, sV, 0)
if result = 2 then play frame "StartIndex" of movie "index.DIR"
else
if result = 1 then play frame "self-runstart" of movie "GRAPHIC.DIR"
else
if result = 3 then nothing
else
if result = 4 then play frame "exit"
updatestage
end if
end if
end if
end if