Hi,

Maybe it's the Florida vacation humidity affecting my already feeble
brain, but I'm having problems with the following:

repeat with n = 1 to 15
put "penny" & n into myPenny
hide image myPenny
end repeat

I get:

Message execution error:
Error description: Chunk: no such object

when I run the handler from the message box.

HOWEVER, if I do this, manually, from the message box:

put "penny" & "1" into myPenny
hide image myPenny

it work.

Why?  Why isn't it working in the handler?  Any ideas?

Thank you,

Judy
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to