home *** CD-ROM | disk | FTP | other *** search
/ Imagination Express: Destination Pyramids / PYRAMIDS.ISO / DEMO / EDMARKDB / SHARED.DXR / 01009.txt < prev    next >
Encoding:
Text File  |  1995-10-20  |  250 b   |  7 lines

  1. WaitTime theSeconds
  2. Use this function to hold continue looping on a frame for a number of seconds.  Good for tempo stuff.
  3. Example: This code fragment waits for 5.5 seconds regardless of the tempo setting.
  4.  
  5. on exitFrame
  6.     waitTime(5.5)
  7. end exitFrame