Doesn't work: set the top of img "MyImage" of stack pStackName to 0

2010-09-14 Thread Mark Stuart
on Sun Sep 12 19:39:09 CDT 2010, Mark Stuart wrote: Never mind, I got it to work. Thanx, Mark Stuart ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferenc

Re: Doesn't work: set the top of img "MyImage" of stack pStackName to 0

2010-09-14 Thread Chipp Walters
Does it throw an error at anytime? Is there a stack "Test" ? Have you run it through the debugger? Assuming all the objects exist, here are a couple things I might try. try: set the name of last image of stack pStackName to pName instead of set the name of img "ImageLib" of stack pStackName to pNa

Doesn't work: set the top of img "MyImage" of stack pStackName to 0

2010-09-12 Thread Mark Stuart
Why doesn't the following scripts work? stack 1 (Name: Test) on mouseUp start using stack "MyLib" CreateImage "Test","MyImage" end mouseUp stack 2 (Name: MyLib) command CreateImage pStackName,pName --// the image "ImageLib" already exists on the "MyLib" stack. --// its properties: N