Home and Away
Posted: Fri Jul 05, 2024 12:24 pm
Checking if the location of an object is the same as the loc of another object:
- -
- -
Code: Select all
on mouseUp
if the loc of img "frog" is the loc of grc "rr" then
put "Home" into fld "ff"
else
put "Away" into fld "ff"
end if
end mouseUp