home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 221 - Disc 1 / DPCS0706.ISO / Full / Amapi / data1.cab / Common / 3SPACE / PulseBehavior.js < prev    next >
Encoding:
JavaScript  |  2001-06-18  |  532 b   |  36 lines

  1. // -* PulseBehavior.js *-
  2. //
  3. // Name: Pulse behavior
  4. // Description: 
  5. // Author:
  6. // Version: $Id: PulseBehavior.js,v 1.4 2001/02/27 12:03:24 consumer Exp $
  7. //
  8.  
  9. function PulseBehaviorInit(solidName, axis, stiffness)
  10. {
  11. }    
  12.  
  13. function PulseBehaviorKill(solidName)
  14. {
  15. }
  16.  
  17. function PulseBehaviorStart(solidName, direction, intensity)
  18. {
  19. }
  20.  
  21. function PulseBehaviorStop(solidName)
  22. {
  23. }
  24.  
  25. //
  26. // Event functions
  27. //
  28.  
  29. function PulseBehaviorStartEvent(obj, event)
  30. {
  31. }
  32.  
  33. function PulseBehaviorStopEvent(obj, event)
  34. {
  35. }
  36.