home *** CD-ROM | disk | FTP | other *** search
- property myFilePath
-
- on mouseUp me
- open(myFilePath)
- end
-
- on isOKToAttach me, aSpriteType, aSpriteNum
- case aSpriteType of
- #graphic:
- return 1
- #script:
- return 0
- end case
- end
-
- on getPropertyDescriptionList
- return [#myFilePath: [#comment: "Cesta k suboru", #format: #string, #default: "sporic BIOSCOPIA Hexagon.exe"]]
- end
-