OK maybe I’m completely misunderstanding Snapshots or I just need more coffee but shouldn’t I be able to insert display objects into them? Or am I wrong here?
local snapshot = display.newSnapshot( 200, 200 ) local rect = display.newRect( 0, 0, 50, 50 ) rect:setFillColor( 255, 0, 0 ) rect.x = display.contentCenterX rect.y = display.contentCenterY snapshot:insert( rect )
This fails on the insert call as ‘insert’ is nil?
This is with build 120