local function createFuelCell() local coin = display.newImage("images/game/fuel-cell.png", math.random(20,screenW-20), -25, math.random(8,14), math.random(210,223),7) physics.addBody( coin, "dynamic") coin.myName = "coin" end timer.performWithDelay( 500, createFuelCell, 0)
Hi All,
I have to above function in storyboard and its not removing it’s self and continues to show in all scenes? Any idea why?