home *** CD-ROM | disk | FTP | other *** search
/ So Who's Dr. Rabbit? / SWDR_1.iso / pc / swdrmov / pg2829.dxr / 02829Scr.Int_42_FSGotoLocation(GetActivity(gCurLocation,#DentalChecklist)).ls < prev    next >
Encoding:
Text File  |  1997-07-28  |  516 b   |  19 lines

  1. global gCurLocation
  2.  
  3. on mouseUp
  4.   puppetTransition(member "Center Out Trans" of castLib "JMH Images Ext")
  5.   if the puppet of sprite 5 then
  6.     if the puppet of sprite 6 then
  7.       GotoLocation(GetActivity(gCurLocation, #DentalCheck4))
  8.     else
  9.       GotoLocation(GetActivity(gCurLocation, #DentalCheck2))
  10.     end if
  11.   else
  12.     if the puppet of sprite 6 then
  13.       GotoLocation(GetActivity(gCurLocation, #DentalCheck3))
  14.     else
  15.       GotoLocation(GetActivity(gCurLocation, #DentalChecklist))
  16.     end if
  17.   end if
  18. end
  19.