Update Scene View/Editor with Behavior
by William Trevino · in Torque Game Builder · 01/23/2012 (6:50 pm) · 2 replies
Hi I am hope I am just missing something simple but I was wondering if it is possible to update the Scene View when I update a variable on a behavior without having to reload the project????
About the author
#2
My current approach is to have a event class that looks at its variables and if one is true it updates the required objects but right now I just need an idea of how to make the scene view update when a behavior variable is updated. Can I use onUpdate? I am looking for any sort of simple example of how to do this and then I can run with it and test modifying it.
01/25/2012 (10:03 am)
I am working on making it easier for development of click based adventures.My current approach is to have a event class that looks at its variables and if one is true it updates the required objects but right now I just need an idea of how to make the scene view update when a behavior variable is updated. Can I use onUpdate? I am looking for any sort of simple example of how to do this and then I can run with it and test modifying it.
Employee Michael Perry
ZombieShortbus