Hi,
I have a single scene with a layer that uses the accelerometer to perform certain tasks. This layer also contains a MenuItem that calls the Director's replaceScene with this same scene, essentially restarting the scene from scratch. However, there appears to be an issue with the accelerometer if I use a transition in the replaceScene because the accelerometer will stop registering. If I do not use the transition, the accelerometer works as expected. At first I thought it was a specific transition type but it occurs on all. I am going to see if this occurs on 0.8.2 as I'm currently using 0.8.1, but has any experienced this problem?