I have a test application using RBSpace. In the keydown event
I have
----\ select case Asc(Key)
case 30 //forward
if keyboard.AsyncOptionKey then
Rb3DSpace1.camera.MoveForward 1
elseif keyboard.AsyncControlKey then
Rb3DSpace1.camera.MoveForward 10
else
Rb3DSpace1.camera.MoveForward 100
end if
if rb3dspace1.camera.position.x>100 then
timer1.mode=2
end if
-----
and timer1.mode=0 at start up and in its action I have
-----
if rb3dspace1.camera.position.x<200 then
else
msgbox "Duh"
quit
end if
-----
Everything works as expected on OSX(10.3.9) but on XP once x>200 about
100 msgboxes are instantly opened and the only thing I can do is
restart. What is going on?
Carl
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>