[index]
Within Operator
Syntax
<x,y> is within <rectangle>
Description
The is within operator tests whether the point <x,y> lies inside a rectangle. It returns a Boolean value.
Examples
on mouseDown
repeat until the mouse is up
set the location of me to the mouseloc end repeat
button "Drop" then put "Object accepted"
end if
end mouseDown
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.