home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gDispatched
- set gDispatched to 0
- ButtonHit(3, label("LT") + 1)
- ButtonHit(4, label("LT") + 6)
- ButtonHit(6, label("LT") + 12)
- ButtonHit(9, label("LT") + 13)
- RolloverBtn(10, label("LT") + 14)
- ButtonHit(11, label("LT") + 15)
- PrintIt("ltord.txt")
- end
-
- on exitFrame
- go(the frame)
- end
-