On Friday, February 27, 2004, at 05:46 AM, [EMAIL PROTECTED] wrote:


However there's a lot easier way to delete all the images on a card.
Forget selecting them, you can use the message box:

repeat with x = 1 to the number of images;delete image 1;end repeat

(remember that it will delete *all* the images on a card!)

Ken Ray


And if you lock screen and lock messages it will about 100 times faster (but only needed if you're doing this at runtime rather than during development)


lock screen
lock messages
repeat with x = 1 to the number of images;delete image 1;end repeat
unlock messages
unlock screen

-- Frank

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to