if you
wait 1000, that loop will take 4.26 minutes to complete so how is it "abrupt"?
check the attached exe w/ sprites for what i think is the effect you're looking for?
and here's the code to it:
load image "one.png",1,1
load image "two.png",2,1
color backdrop 0
text 0,0, "key to continue"
wait key
sprite 1,100,100,1
sprite 2,150,150,2
do
for i = 0 to 255
set sprite alpha 1,i
set sprite alpha 2,255-i
wait 10
next x
for i = 0 to 255
set sprite alpha 2,i
set sprite alpha 1,255-i
wait 10
next x
loop
Virtual Nomad
AMD XP 1800+ (~1.6 Ghz) / 1.5 GB RAM
ATI Radeon 8700LE 128 MB / Windows XP