Hi,
Seriously embarrased to ask this but I don’t understand why this isn’t iterating six times??
local square = display.newRect(0, 0, 100, 100 )
square:setFillColor(math.random(250), math.random(250), math.random(250))
transition.to(square, {time = 2000, y = 400, iterations = 6, transition = easing.outBounce})
I’m using Sublime 3 (with the Corona Package).
No error comes up when I run the main.lua file