Corona SDK Tutorial en Español
CodigoFuente 27 abril, 2012 Sin comentariosTutorial Corona SDK en Español
TRABAJANDO CON IMAGENES
local imagen = display.newImage(“image.jpg”, POSX, POSY) local imagenrect = display.newImageRect imagen.x= 100; imagen.y=100; imagen.rotation=90; imagen:setReferencePoint(display.CenterReferencePoint); imagen.x=_W/2; imagen.y = _H/2;
