Is it possible to bring the camera view to the back of the stage? Just want to show some display objects over the camera.
Something like:
local onComplete = function(event)
local photo = event.target
photo:toBack()
print( "photo w,h = " … photo.width … “,” … photo.height)
end
media.show(media.Camera, onComplete)
Thank you! [import]uid: 111590 topic_id: 35698 reply_id: 335698[/import]