home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 39 / Creative-Review-CD-ROM-39.iso / pc / pres / cr.dir / 00006_Script_6 < prev    next >
Text File  |  1998-07-10  |  2KB  |  66 lines

  1. on exitFrame 
  2.   
  3.   if sprite 54 intersects sprite 14 then
  4.     settle 54, "TPH"
  5.   else if sprite 55 intersects sprite 14 then
  6.     settle 55, "scroll" 
  7.   else if sprite 56 intersects sprite 14 then
  8.     settle 56, "audio" 
  9.   else if sprite 57 intersects sprite 14 then
  10.     settle 57, "folio" 
  11.   else if sprite 58 intersects sprite 14 then
  12.     settle 58, "bug" 
  13.   else if sprite 59 intersects sprite 14 then
  14.     settle 59, "jigsaw"
  15.     
  16.   else if rollover (54) then
  17.     set the loch of sprite 54 to the mouseH
  18.     set the locv of sprite 54 to the mouseV
  19.     
  20.   else if rollover (55) then
  21.     set the loch of sprite 55 to the mouseH
  22.     set the locv of sprite 55 to the mouseV
  23.     
  24.   else if rollover (56) then
  25.     set the loch of sprite 56 to the mouseH
  26.     set the locv of sprite 56 to the mouseV
  27.     
  28.   else if rollover (57) then
  29.     set the loch of sprite 57 to the mouseH
  30.     set the locv of sprite 57 to the mousev
  31.     
  32.   else if rollover (58) then
  33.     set the loch of sprite 58 to the mouseH
  34.     set the locv of sprite 58 to the mousev
  35.     
  36.   else if rollover (59) then
  37.     set the loch of sprite 59 to the mouseH
  38.     set the locv of sprite 59 to the mousev
  39.     
  40.     
  41.   else if rollover (16) then
  42.     home2
  43.   else if rollover (17) then
  44.     home3
  45.   else if rollover (18) then
  46.     home4
  47.   else if rollover (19) then
  48.     home5
  49.   else if rollover (20) then
  50.     home6
  51.   else if rollover (21) then
  52.     home
  53.     
  54.     
  55.   else 
  56.     if not the mouseDown then
  57.       home
  58.     end if
  59.     
  60.   end if
  61.   
  62.   go to the frame
  63.   
  64. end
  65.  
  66.