Storyboard - willEnterScene/didExitScene not triggering in latest build/on Mountain Lion?

Anyone else noted this?

Just went to Mountain Lion and downloaded latest corona daily build (Version 2012.870 (2012.8.1)) , but noting in my storyboard scene file that the following specific events don’t fire/trigger

  • willEnterScene
  • didExitScene

For example code exert below - the enter scene works but the will EnterScene does not

function scene:willEnterScene( event ) print("willEnterScene") end function scene:enterScene( event ) print("enterScene") end [import]uid: 140210 topic_id: 29474 reply_id: 329474[/import]

Ignore that one…just had dropped the "scene:addEventListener( “willEnterScene”, scene )
" and had not noticed…doh [import]uid: 140210 topic_id: 29474 reply_id: 118360[/import]