Community Forum

Unload overlay at screen

Forum Overview >> Scripting

CategoryScripting
Created10.09.2009 19:21


Claudio Accotardi (Unknown) 10.09.2009 19:27
Hi,
I have a little problem.
I have print at screen a image with this code:

self.myimagehid = Overlay:new("myimaheControl", self.pathmyimage, self.myimagehudPoxX, self.myimagehudPoxY, self.myimagehudWidth, self.myimagehudHeight);

self.myimagehud:render();

I want to unload the image but I don't find a function for unload.

Thanks in advance
Best regards


Heady Planet-ls (Headshot XXL) 10.09.2009 22:07
delete(self.myimagehid);

Claudio Accotardi (Unknown) 10.09.2009 22:14
Hi Mr. Schmitt
Thanks
Very much
Best regards

Hi mr. Schmitt,
I have prove but the image don't unload at screen.
Thanks in advance
Best regards


Note: Log in to post. Create a new account here.