Prototyping marquee selection


#1

Hey all,
I am trying to make a prototype for marquee rectangle selection.
I have attached the file here: Marquee.rp (61.2 KB)

Basically when start dragging inside canvas area, I want to change state of those two items (ellipse and rectangle) if rectangle marquee selection covers their whole are not part of them, how can i do this?

Thank you very much


Reveal items if
#2

Probably the easiest thing to do is put some tiny, transparent shapes on each side of the “selectable” panels and check to see if the marquee is over all of them before switching the states.

Marquee.rp (87.7 KB)


#3

Thanks that was smart solution :slight_smile:


closed #4

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.