This could be considered generic too, It's about interchanging position of two objects when clicked.
<img src="http://dl.dropbox.com/u/48735785/Construct2_Issues/snd_on_off.png" border="0" />
So as per the image,
When Game starts...
on_layout2 - is a sound ON button placed on visible screen area (136,370).
off_layout2 - is a sound OFF button placed outside visible screen (-127,370)
What I wanted to do...
1. When User clicks on on_layout2, the object should move to position of off_layout2(-127, 370) and off_layout2 should move to visible screen (136, 370)
2. When User click on off_layout2 that is now on visible screen, it should move to position of on_layout2 (-127,370) and on_layout2 should move to visible screen (136, 370)
Action 1 works, but when I add the 2 action it doesnt work.
The object on_layout2 just stays there.
I have also tried putting in positions instead of using "move to position of another object"
Same result.
Been cracking my head over this past hour.
Any suggestions. Help?
Thank you,
Krish