home *** CD-ROM | disk | FTP | other *** search
- property ancestor
-
- on new me
- set ancestor to new(xtra("i3DDObj"))
- return me
- end
-
- on mouseDown3d me
- end
-
- on mouseUp3d me
- end
-
- on walkEnd3d me
- stopRotating3d(me)
- end
-
- on getPropertyDescriptionList
- set p_list to []
- return p_list
- end
-
- on getBehaviorDescription
- return "Basic 3D Object script. Drag to internal cast."
- end
-