Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
We need to create a separate function for the powerShot so it can be called when the panda is set for launch.
powerShot object through a new local function called createPowerShot(). Insert it into the gameGroup group.local createPowerShot = function() powerShot = display.newImage( "glow.png" ) powerShot.xScale = 1.0; powerShot.yScale = 1.0 powerShot.isVisible = false gameGroup:insert( powerShot ) end