Keith, I was working with HAM images and Director 2. I can get full-screen
wipes to work but partial screen wipes created with Blit Util don't execute. Is
that normal? (Images are in fast RAM, copied to a hidden CHIP buffer then wiped
to the display.
Thanks, George Roland
Partial screen HAM wipes should work, here's a simple example I tried using the
Diner.anim image:
load 1,"tutorial:pictures/diner.anim"
copy 1,2
clear
wipe 2,100,53,65,265,51,133,66,1
pause 100
If this works for you, yet you still are having problems, you might construct a
simple script like the above that illustrates the problem.
Keith