I am writing an android app. In one section, I have a bunch of movie clips tiled on the screen. When a roll_over function is called, a glow filter is applied to that particular mc; and a roll_out function that removes the glow.
I want to be able to move my finger to select a particular movie clip and still have the filter applied when I lift my finger off of the screen. As of now the roll_out function is called when the touch is removed.
Any ideas?
Thanks in advance