Jump to content

Como es?


Javier

Recommended Posts

Hola amigos. Tengo una duda de como hacer esto: Nosé si me van a entender: Necesito que se vayan creando y destruyendo imagenes cada sierto Tiempo... Como seria?

local img = guiCreateStaticImage(etc,etc,etc) 
setTimer(destroyElement,4000,1,img) 
if not isElement (img) then 
local img2 = guiCreateStaticImage(etc,etc,etc) 
--Me entienden? Seria asi , no? 

Link to comment
local img = guiCreateStaticImage(etc,etc,etc) 
setTimer(destroyElement,4000,1,img) 
if not isElement (img2) then 
local img2 = guiCreateStaticImage(etc,etc,etc) 

Y asi?... En tu post anterior no te entendí mucho :|

Eso tampoco funcionaria.. tienes Skype? Yo te ayudo a hacerlo.

Link to comment
local img = guiCreateStaticImage(etc,etc,etc) 
setTimer(destroyElement,4000,1,img) 
if not isElement (img2) then 
local img2 = guiCreateStaticImage(etc,etc,etc) 

Y asi?... En tu post anterior no te entendí mucho :|

Eso tampoco funcionaria.. tienes Skype? Yo te ayudo a hacerlo.

Hay te mandé la solicitud.

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...