animation with 48 lines

I have 48 different lines(linestriparrays) and i want to show them one by one in two seconds so it will be an animation(curving line).What is the best way to do this?(or which behavior method?)Morph explains this but it is deprecated and i dont want to use it.Thank you.
[291 byte] By [gumrukcu] at [2007-11-26 12:04:17]
# 1

What is the best way to do this?

I`m not sure there is a 'best' way. You can make the objects transparent and turn them solid one by one. You can make them a background color and change that color one by one. You could move a plane across the world to reveal the objects one by one...

Whatever you choose it sounds like you need a WakeupOnElapsedFrames(someFrameInterval) wakeupCondition for your custom reveal Behavior.

regards

messengers at 2007-7-7 12:30:29 > top of Java-index,Security,Cryptography...