Jac,
I just don't see the difference...
import snapshot from rect (the rect of img "TEST2") of card "Test" of
stack "Tester" -- = LOCAL coordinates
and
import snapshot from rect (the rect of img "TEST2" of card "Gradient
Lab" of stack "LRSGradientText") -- = GLOBAL coordinates
or is it:
the rect someRect of card = local
and rect someRect = global
someRect is the same in both cases -- RIGHT
and in the first case start at the topleft of the card even though the
someRect is the same numbers
but the second case says start from the topleft of the screen even
though the someRect is the same numbers
IS THIS RIGHT.....
Thanks
Tom McGrath III
Lazy River Software
[email protected]
iTunes Library Suite - libITS
Information and download can be found on this page:
http://www.lazyriversoftware.com/RevOne.html
On Jan 16, 2009, at 1:14 PM, J. Landman Gay wrote:
Thomas McGrath III wrote:
I have the following line of code in a stack which works great but
seems to me to be wrong:
import snapshot from rect (the rect of img "TEST2") of card "Test"
of stack "Tester" -- Works as expected
So if I fix it to what I think it should be it doesn't work but
snapshots from the actual stack or card but not the rect of the
image:
import snapshot from rect (the rect of img "TEST2" of card
"Gradient Lab" of stack "LRSGradientText") -- Does not work as
expected
The second example translates to: import snapshot from rect someRect
This will be in global coordinates.
The first example translates to: import snapshot from rect someRect
of objectReference
This will be in local coordinates. The parentheses are the problem.
--
Jacqueline Landman Gay | [email protected]
HyperActive Software | http://www.hyperactivesw.com
_______________________________________________
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
_______________________________________________
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