home *** CD-ROM | disk | FTP | other *** search
/ Intel Web Outfitter Tool Kit / IntelWeb_10.iso / Espanol / 3DDREAM / Content / spike.dcr / 00006_logo.ls < prev    next >
Encoding:
Text File  |  1999-03-04  |  329 b   |  26 lines

  1. property ancestor
  2.  
  3. on new me
  4.   set ancestor to new(xtra("i3DDObj"))
  5.   return me
  6. end
  7.  
  8. on mouseDown3d me
  9. end
  10.  
  11. on mouseUp3d me
  12. end
  13.  
  14. on walkEnd3d me
  15.   stopRotating3d(me)
  16. end
  17.  
  18. on getPropertyDescriptionList
  19.   set p_list to []
  20.   return p_list
  21. end
  22.  
  23. on getBehaviorDescription
  24.   return "Basic 3D Object script. Drag to internal cast."
  25. end
  26.