home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- NavigNoDog()
- ControlRollOver(20, 10, 182, 0, 0)
- go(the frame)
- end
-
- on mouseUp
- case the clickOn of
- 11:
- EndAllPuppet()
- go("Rue", "AVEUGLE")
- 12:
- EndAllPuppet()
- go("Chateau", "CHATEAU")
- 13:
- EndAllPuppet()
- go("Cannabis", "KIOSQUE")
- 14:
- EndAllPuppet()
- go("Hold_Up", "KIOSQUE")
- 15:
- EndAllPuppet()
- go("Raspoutine", "KIOSQUE")
- 16:
- EndAllPuppet()
- go("Pecheur", "CHASSE")
- 17:
- EndAllPuppet()
- go("Flambeau", "4x4")
- 18:
- EndAllPuppet()
- go("Decombres", "4x4")
- 19:
- EndAllPuppet()
- go("Parachute", "4x4")
- 20:
- EndAllPuppet()
- go("Courants", "CHASSE")
- 21:
- EndAllPuppet()
- go("Rapporteurs", "CHASSE")
- 22:
- EndAllPuppet()
- go("Arret", "CHASSE")
- 23:
- EndAllPuppet()
- go("Terriers", "CHASSE")
- 24:
- EndAllPuppet()
- go("Video_1", "CAMION")
- 25:
- EndAllPuppet()
- go("Video_2", "CAMION")
- 26:
- EndAllPuppet()
- go("Video_3", "CAMION")
- 27:
- EndAllPuppet()
- go("Berger", "FERME")
- 28:
- EndAllPuppet()
- go("Bouvier", "FERME")
- end case
- end
-