Hey yall, having problems trying to create a motion menu in avisynth. I have one large clip and one small clip for starters. Here's my script.

clip1 = AviSource("F:bigclip.avi")
clip2 = AviSource("F:bigclip2.avi")
clip1
Layer(clip2.bicubicresize(160,120),"add",255,360,2 40)

When i play the movie back in virtualdubmod, the large clip is there but the small clip doesn't exist.

Can somebody help me with this?!

Thanks in advance

Rog