WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 07-20-2009, 01:20 AM
snoopy78 snoopy78 is offline
Member
 
Join Date: Jul 2009
Posts: 4
Push a button

Hi,

I want to push a button with my mouse and afterthat my object should rotate for a special amount.

This works, but I had to push the button again and again.

Code:
def onButton(obj,state):
  if obj == scene3.btnLeftRotate1:
    if state == viz.DOWN:
      object1.rotate(-1,0,0,'',viz.RELATIVE_LOCAL)

viz.callback(viz.BUTTON_EVENT,onButton)

I want to push the button one-time with my mouse and as long as I hold the button pressed, the object should move on and on.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Create Button or Text Chrissy2009 Vizard 1 07-15-2009 05:34 PM
Trouble loading a .obj file into a scene through a button djones1010 Vizard 1 04-27-2009 11:51 AM
button events when drawing over gui elements moooh Vizard 2 04-10-2009 01:01 AM
button problems cade_mccall Vizard 3 02-22-2007 09:48 AM
on/off button bailenson Vizard 1 09-28-2004 05:13 PM


All times are GMT -7. The time now is 05:18 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC