Good day!
Since I’m new, please don’t be someone professional to answer my simple questions)))
1. Whether this method:
playBtn:removeSelf() – widgets must be manually removed
playBtn = nil
if Yes, then what is the point of the remote object to assign Nil?
can first assign Nil and after a delete?
2. In which part of the code, which function should be deleted?
function scene:show( event )
or
function scene:hide( event )
or
function scene:destroy( event )
Thanks in advance for the detailed answer!