Magnifier (script!)
David Kwinter
david at kwinter.ca
Sat Jul 19 17:29:04 EDT 2003
Sorry, I made copy-paste typo, try this one:
on moveStack
if exists(image 1) then delete image 1
put the rect of this stack into sRect
hide stack me
import snapshot from rect sRect
put the height of image 1 into originalH
put the width of image 1 into originalW
set the height of image 1 to originalH*2
set the width of image 1 to originalW*2
show stack me
end moveStack
More information about the use-livecode
mailing list