home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- if the machineType = 256 then
- pushfield()
- end if
- end
-
- on mouseUp
- if the machineType = 256 then
- set cst to the castNum of sprite clickOn()
- set v to field cst
- if v = "8bit" then
- put "24bit" into field cst
- else
- put "8bit" into field cst
- end if
- else
- end if
- end
-