"me" syntax question
Posted: Wed Jul 16, 2008 10:06 am
I have the following handler in the card script:
I then have TWO different buttons with the following script:
When I click the either of the buttons, the card changes colour rather than the clicked button. I only want the clicked button to change color and am trying to avoid putting code into the buttons....Any ideas?
Thanks,
Adrian[/code]
Code: Select all
on Playing
set the backgroundcolor of me to "250,100,100"
end Playing
Code: Select all
on mouseDown
Playing
end mouseDown
Thanks,
Adrian[/code]