How to insert a function inside a table ?
Tabla={info,info2,info3,info4,300,250,300,350,350,300,250,300, ¿?,¿?,¿?}
for Recorrer = 1, 4,1 do
transition.to( Tabla[Recorrer] , { time=2000, x=Tabla[Recorrer+4], y=Tabla[Recorrer+5], rotation=180, alpha=0, onComplete= Tabla( ¿? )})
end
The idea is to incorporate different onComplete functions.