home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gEnableButtons
- if gEnableButtons then
- set s to the clickOn
- if s = 8 then
- go("j1")
- end if
- if s = 9 then
- go("j2")
- end if
- if s = 10 then
- go("j3")
- end if
- if s = 11 then
- go("j4")
- end if
- if s = 12 then
- go("j5")
- end if
- if s = 13 then
- go("j6")
- end if
- if s = 14 then
- go("j7")
- end if
- end if
- end
-