I received an error message: function at line 3033 has more than 60 up values.
Line 3033 is :
–SCENE SHOW
function scene:show( event )
Does this mean i have too many calculations going on in scene Show?
If so, would I need to break them into modules?
Thanks
Lori