Hi,
I'm relatively new to construct 2, and I have a problem selecting an instance of a sprite.
I have several instances of a sprite (animation speed 0) and code which forces a check only when two instances are pressed (using global variables). When each is pressed the sprite changes it's frame from 0 to 1.
If the check is true then the system acknowledge the selection and leave the frame as is. If the check come false then I need to reset both instances selection (set frame to 0).
Thanks for the help in advance