virtual TweenOffScreen

add TweenOnScreen.  This only sends OnCommands, not XY, since it should be
the inverse of TweenOffScreen (and eventually, maybe screens can simply
play On/Off recursively).
This commit is contained in:
Glenn Maynard
2005-07-14 22:36:50 +00:00
parent 50a31993a6
commit 0158fa774b
2 changed files with 47 additions and 10 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ public:
void StopTimer();
void ResetTimer();
void TweenOffScreen();
virtual void TweenOnScreen();
virtual void TweenOffScreen();
//
// Lua