I'm trying to deal with an issue im facing in NGUI
to port it short and simple, normally the NGUI menu which is in manageable panels is iTweened off the scene, however i don't see a real need for that because if the panel is disabled in the correct way then the whole process can be avoided
the reason they animate the panels (iTween) is because it appears that even when its been disabled, the elements inside the panel are still active even though not rendering
I could upload the project but basically I need some way of sliding panels in and out dynamically or to disable them effectivly
by dynamic i mean some sort of script that calls if its being active which would translate its position to 0,0,0 and back again when its not active
playmaker uses a state called GET/SET properties that dynamically can access inherited functions of a script and that's how I'm doing it currently
I may upload a video on youtube so you can see it without having to download the entire project
Edited by DIGI_Byte, 13 February 2013 - 06:01 PM.