After fixing the "silly sunday bug" (giving a positive v0 speed for a state that moves to the left :P), I think I identified the reason why blador disappears: the "deficit" for step-based walk increases by v0 at every frame, but I also have "delay xxx" instructions in my animation, which makes the GOB to accumulate deficit move over time. When it comes to turn around, it is first "wrapped" to the place it's supposed to be (not very ideal)... and that happened to be off-screen this time ^^"
I had some more "FLITS" bugs, with dumbladors disappearing into the void of the toroïdal space (?) as soon as they hit a wall 0_o
The good news is that InspectorWidget was already much more capable than I thought, despite its cryptic user interface:
Sunday, May 20, 2012
FLITS again
Tags: english, InspectorWidget, school zone, user guide, walk
Subscribe to:
Post Comments (Atom)
1 comment:
the problem with accumulated STEPX can be solved by stating that "if you have a DELAY statement in your animation, it cancels all the deferred moves you had so far (absorbs the delta, somehow)."
That's absolutely mandatory as there *is* a pause in dumblador's stepping.
Post a Comment