Jump to content

Delete Texture / Image?


Yue
 Share

Recommended Posts

logLW = Texture:Load("Logos/LeadWerks.tex")

-- Logo LeadWerks.
oldTime = Time:Millisecs()
while Time:Millisecs() < oldTime + 5000 do 
if ventana:Closed()  == 100 then return false end 

	
	lienzo:DrawImage(logLW, lienzo:GetWidth()/2-241,lienzo:GetHeight()/2-73)
	lienzo:Sync()
end 
logLW:Release()
lienzo:Sync()

 

The previous code shows for a moment before moving to the load bar of the stage. The idea is to delete the image when exiting, however, entering the loading bar of the image is still displayed. Any suggestions?

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...