Please help to fix this!
Posted: Sun Jan 20, 2013 11:41 am
Hi all, Now i have 2 images, graphic line, and a button.
now i wrote in the code of the button
now when image "name" moves and then intersect with image "name1" image "name 1" still visible
PLease how to fix this

now i wrote in the code of the button
Code: Select all
move img "name" to the points of graphic line in 1 sec
if intersect(img "name", image "name1", "opaque pixels") then
hide img "name1"
end if
PLease how to fix this

