#1
|
|||
|
|||
Create Button or Text
Hello,
I want to create buttons and text in my different scenes. Therefore I want to use the GUI of Vizard. So I right-click on the window 'resources' and choose 'Add Button'. Afterthat I enter a name and click ok. Now the Button is created and I can use it in my Button_Event. That works fine. But is it possible to define the scene of the button. Or if I create an text, the same way. How can I define the scene, where the button or text will be placed?? If I create the button or text directly in the code like Code:
myButton = viz.add(viz.BUTTON) But is it also possible to define the scene over the gui? |
#2
|
|||
|
|||
No you cannot define the scene within the GUI. However, you can reparent the node to a different scene within your script. Example code:
Code:
node.parent(viz.SCREEN,viz.Scene2) |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Vizard tech tip: Text to Speech | Jeff | Vizard | 1 | 01-15-2009 09:39 PM |
text output | jaclyn.bill | Vizard | 2 | 10-24-2007 06:37 AM |
button problems | cade_mccall | Vizard | 3 | 02-22-2007 09:48 AM |
adding 2D text via script | V.shazzle | Vizard | 3 | 09-19-2005 02:45 PM |
3d Text with Transparent Borders | vjosh | Vizard | 3 | 12-01-2004 10:50 AM |