du machst es ganz einfach:
Mach 3 Mal dieselbe Pic Anim (Move Picture,ohne Wait until done)
(Copy&Paste)
und machst zwischen dem Move Pic und dem nächsten Show Pic 0,1-0,2 wait.

Müsste ungefähr so aussehen:

Code:
Show Picture (Transparent 0)
Move Picture (Wait until done AUS)
Wait 0,1
Show Picture (Transparent 25)
Move Picture (Wait until done AUS)
wait 0,1
Show Picture (Transparent 50)
Move Picture (Wait until done AUS)
wait 0,1
Show Picture (Transparent 75)
Move Picture (Wait until done AUS)

Wait soviel wie das erste Move Pic minus 0,3,da ja 3 0,1-Waits drin sind)

Delete Pic
Delete Pic
Delete Pic