this code displays the other sprite but it is suppose to load it in the where sprite 3 is, but it does not, it appears at the top left corner of the screen, any ideas?
on mouseWithin
sprite(3).member=member("ball")
end
on mouseLeave
sprite(3).member=member("blank")
end
on mouseWithin
sprite(3).member=member("ball")
end
on mouseLeave
sprite(3).member=member("blank")
end