Hi X,

I think you need the following:

on idle
  reset all the background of all the buttons to what they should be
end idle

:-)

Seriously,
Here's how I'd approach it:

Step 1: Can I programatically 'reset' the backgrounds by:

set the backgroundPattern of btn "myButt" to ""
set the backgroundPattern of btn "myButt" to img "moon"

or if that doesn't work try setting the bgPattern to one texture, then the other, then back to the first. See if toggling it in this manner doesn't provide results. Try inserting a 'set alwaysBuffer to false' then back to true in-between. Just some ideas.

Step 2: If you can 'force' a reset programatically, then you may need to fire a handler every so often to check.

best,

Chipp
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to