After reading all composer tutorial they say :
In scene:create – Example: add display objects to “sceneGroup”, add touch listeners, etc.
But, in the Samples/Interface/Composer, we have the following :
In scene:create image.touch = onSceneTouch
In scene:show image:addEventListener( “touch”, image )
In scene:hide image:removeEventListener( “touch”, image )
So, what is the best practice ?
Thx