WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 03-04-2009, 08:29 PM
nlfrnassimi nlfrnassimi is offline
Member
 
Join Date: Feb 2009
Posts: 37
Linking problem

Hi everyone,

I have created a menu. I want to be able to link the menu to other vizard file.

For example when I click on cross using zebra line I want to go to another vizard file.


Here is my menu:


import viz

viz.go()

import vizinfo
info = vizinfo.add('MENU PAGE')

viz.clearcolor(viz.SKYBLUE)

#create main menu object
import vizmenu
menu = vizmenu.add()

#Palce menu in center
menu.setAlignment(vizmenu.LEFT)

#Create 2 menu objects
Animation = menu.add ('Animation')
VR = menu.add('VR Application')

#Add drop list to Animation
AnimationDropDown1 = Animation.add(vizmenu.MENU, 'Cross road using zebra line')
AnimationDropDown2 = Animation.add(vizmenu.MENU, 'Cross road using traffic light')
AnimationDropDown3 = Animation.add(vizmenu.MENU, 'Cross road by getting help')

#Add drop list to VR
VRDropDown1 = VR.add(vizmenu.MENU, 'Cross road using zebra line')
VRDropDown2 = VR.add(vizmenu.MENU, 'Cross road using traffic light')
VRDropDown3 = VR.add(vizmenu.MENU, 'Cross road by getting help')
Reply With Quote
  #2  
Old 03-10-2009, 02:55 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Sorry, I'm not quite sure what you are trying to do. Would switching from one scene to another based on a menu selection work for your scenario
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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
Linking problems with Live Character Frank Verberne Vizard 5 06-04-2008 11:42 AM
5DT Data Glove 5 Ultra Problem bjgold Vizard 1 08-08-2006 04:08 PM
problem with female animations vmonkey Vizard 1 10-07-2005 10:36 AM
sound problem alaa Vizard 7 09-02-2005 01:13 PM
PROBLEM: Picture-in-Picture breaks textures?!? vcarlson Vizard 4 10-05-2004 04:22 PM


All times are GMT -7. The time now is 05:57 AM.


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