View Single Post
  #6  
Old 08-27-2014, 02:10 PM
Melody Melody is offline
Member
 
Join Date: Aug 2014
Posts: 26
Hey Kevin,

Do you have the exact version for vizard 3.0. I still could not do it. No hd. command could be found in 3.0.

Here is a snippet of my script(does not work):

effectce=device.addConstantEffect(magnitude=10,dir ection=[0,-1,0])
def buttondown(button):
if button == sensable.BUTTON_1:
effectce.trigger(0.1)
print test
viz.callback(sensable.BUTTON_1,buttondown)

If there is no version for 3.0, do you have examples for 4.0 or 5.0? I can upgrade my software later.

Thanks a lot,
Reply With Quote