Game Development Community

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????

#1
01/23/2012 (8:12 pm)
@William - It's more than possible, but there are limits and reasonable approaches. What are you trying to achieve, specifically?
#2
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.