home *** CD-ROM | disk | FTP | other *** search
- global gCurLocation
-
- on mouseUp
- puppetTransition(member "Center Out Trans" of castLib "JMH Images Ext")
- if the puppet of sprite 5 then
- if the puppet of sprite 6 then
- GotoLocation(GetActivity(gCurLocation, #DentalCheck4))
- else
- GotoLocation(GetActivity(gCurLocation, #DentalCheck2))
- end if
- else
- if the puppet of sprite 6 then
- GotoLocation(GetActivity(gCurLocation, #DentalCheck3))
- else
- GotoLocation(GetActivity(gCurLocation, #DentalChecklist))
- end if
- end if
- end
-