
738
Example
This handler moves sprite 3 to the coordinates stored in the variable centerPlace when the
window that the movie is playing in is resized:
on zoomWindow
centerPlace = point(10, 10)
sprite(3).loc = centerPlace
end
See also
drawRect, sourceRect, on resizeWindow