I just pulled from CVS and played a few levels (like, "Into the Stars")
and noticed that when a 'live' Iceblock bumps into a 'stunned' Iceblock,
the stunned one starts getting pushed, and slides around!
e.g., if we have:
# [ [ "#" = wall; "[" = iceblocks walking to the left
=================
If I jump on the leftmost one:
# ![ "!" = stunned iceblock
=================
The one that's still alive will start pushing the stunned one!
# ![
=================
Eventually, they'll bump into the wall, and now the stunned one will
go the other direction, following the live on!
# !]
=================
... and of course, he'll wake back up and start walking, which is normal:
# ]]
=================
What happened!? :)
-bill!
|