object fade out/in code apparently not working
by Bryan "daerid" Ross · in Torque Game Engine · 12/31/2001 (2:32 pm) · 4 replies
I'm having a problem getting objects to fade in/out.
whenever i do something like:
in-game, the object that I'm calling that on doesn't do crap. It just sits there.
I can %obj.hide() to my heart's content, but no .startFade();
anybody else experiencing this as well?
whenever i do something like:
%obj.startFade( 2000, 0, true );
in-game, the object that I'm calling that on doesn't do crap. It just sits there.
I can %obj.hide() to my heart's content, but no .startFade();
anybody else experiencing this as well?
Torque Owner Chris "Dark" Evans
I'll go look at it...
Dark