ok this time I put the myText object under the myString object. And I changed my nested if statement to:
Code:
if (event_type == EVENT_CLICK)
       {
       	myText.flags = SHOW;
       }



It is still nested in my house_event function. It is still not working. I must be doing something wrong I just can't figure out what it is. frown

I even tried this:

Code:
action house_selection() // this action is attached to both houses
   {  
     // make the house models sensitive to mouse touching and releasing
     my.emask = ENABLE_TOUCH | ENABLE_RELEASE | ENABLE_CLICK;
     my.event = house_event; 
   }


and re assigning the action in WED. Nothing works.

Thanks though for all of your help! laugh

Last edited by Crazykins; 10/18/09 08:36.