Here's an ultra simple script:

on mouseDown
 move grc "ball" to the points of grc "theLine" in 30 ticks without waiting
  
  if intersect(grc "ball", grc "gAspectPos") then
    beep
    exit to metacard
  end if
end mouseDown


For whatever reason, even when the two graphics are *obviously* overlapping,
the intersection is never detected.

Any ideas?

--

Cheers,
Simon

Graphic Development: http://www.amigo-3.com

--------------------------------------------------
"The great discoveries in science are not punctuated by 'Eureka! I've found
it!' but rather "Hmmm,that's funny...." Isaac Asimov

Reply via email to