[flexcoders] Re: Screen Flicker Between States Issue

2007-01-24 Thread nathanpdaniel
This probably won't be much help - but the same thing happened to me. What happens is you change states from A to B (* to * - or whatever - doesn't really matter). It switches states THEN performs the transitions. So, the resulting transformation is an immediate state change, then reset in

[flexcoders] Re: Screen Flicker Between States Issue

2007-01-24 Thread Danko Kozar
The same flicker thing is happening to me. Seems that if object on the state that is being shown is already created (built) - the flicker appears. It does not appear the first time - e.g. when object is created for the first time. Whoa do we need to do? Destroy objects on state change? ?? ---