Hi there. I had to change the line:

Code:
If Form1.Controls(intIndex).Top > MyCollection.Item(intIndex2).Top Then
to...

Code:
If Form1.Controls(intIndex).Top < MyCollection.Item(intIndex2).Top Then
to get the effect I needed, but it works perfectly now. Thank you soooo much, you really saved my butt!

P.S. DiGiTaIErRoR-- Actually, it's a 2D-based map designer for a game I play, which required a few seeminly 3D-looking effects to come off all right.

[This message has been edited by Okaria Dragon (edited 12-12-1999).]