View Single Post
  #1  
Old 04-25-2005, 01:25 AM
exhale exhale is offline
Member
 
Join Date: Feb 2005
Posts: 19
multiple timer trouble

Hello,

I'm having trouble using multiple timers. One is for handling keyboard input to control the viewpoint.

The other is created when a hotspot is entered and is used to move a certain object at a certain rate.

The problem is, when i enter the hotspot, the infinite timer (used for keybcontrol) seems to call the function for moving the object (which is supposed to be run only 100 times), and it does not call the keyboard handling function.

So on entering hotspot, keyboard handling stops, and the object keeps moving. (while it should only do 100 steps).

(btw i used different ID's for both timers)

I included the script as an attachment.

thx in advance,

Kevin
Attached Files
File Type: txt 01.txt (2.5 KB, 1501 views)
Reply With Quote