View Single Post
04/14/14, 11:38 AM   #11
Ouijan
 
Ouijan's Avatar
Join Date: Apr 2014
Posts: 13
Originally Posted by zireko View Post
How would I change the color with?

<OnMouseDown>
don't know what to put here
</OnMouseDown>

Or would I change the function in my lua?
I would make it call a function in your lua that changes the colour
Generally I try to avoid putting much script in my xml and have it all in my lua

Code:
<OnMouseDown>
    myFunction()
</OnMouseDown>
woop woop
  Reply With Quote