home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Gallery - The Best of 1995 / RAYDREAM95.iso / pc / _gal94 / windows / illustra.dir / 00134_Script_134 < prev    next >
Text File  |  1994-12-01  |  1KB  |  46 lines

  1. ---
  2. on MakePopSequence
  3. Global PopSequence, gspeak
  4. if objectP ( PopSequence) then PopSequence( mDispose)
  5. set menulist = the text of cast (80+gspeak)
  6. set PopSequence to PopMenu(mNew, menuList, 202)
  7. PopSequence(mSetItemMark,0)
  8.  
  9. on SequenceMenu
  10. Global PopSequence, SequenceItemz
  11. set sH = the left of sprite 15 + the stageLeft -2
  12. Set sV = The Top of sprite 15 + the stageTop +16
  13.  
  14.  
  15. set result = PopSequence(mPopNum, sH, sV, 0)
  16.  
  17. if result = 1 then play frame "StartIndex" of movie "Index.DIR"
  18. else
  19. if result = 2 then nothing
  20. else 
  21. if result = 3 then play frame "InteractiveStart" of movie "graphic.DIR"
  22. else
  23. if result = 4 then play frame "InteractiveStart" of movie "Photo.DIR"
  24. else
  25. if result= 5 then play frame "InteractiveStart" of movie "logo.DIR"
  26. else
  27. if result = 6 then nothing
  28. else
  29. if result = 7 then play frame "InteractiveStart" of movie "Cyber.DIR"
  30. else
  31. if result = 8 then play frame "InteractiveStart" of movie "Design.DIR" 
  32. else 
  33. if result = 9 then nothing
  34. else
  35. if result = 10 then play frame "exit"
  36. updatestage
  37. end if
  38. end if
  39. end if
  40. end if
  41. end if
  42. end if
  43. end if
  44. end if
  45. end if
  46. end if