CompuServe Messages

#IM Scripts

    27-Jun-93 12:41:55
Sb: #IM Scripts
Fm: Anthony Ramirez 70275,1027
To: Black Belt Systems 76004,1771
Ben, or anyone else who can help, I have been trying to make animation of a growing animated ripple to a image but am having problems. It creates the anim but all the images are the same as the original, even the filmstrip is the same. This is the script I am using: /* * RADIAL WAVE Arexx Script for ImageMaster */ option results; 'entire'; 'tween 10 35'; size = result; 'tween 5 10'; mag = result; 'tween 0 360'; time = result; 'ripple '||size ||mag ||time; 'finish'; If there is something I am doing wrong please let me know. Another question is if I use 'oval' how can I place it on the image? Do I use coordinates? How are they laid down? Thanks. <<< Tony D. Tracer >>>