Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (AndrewAMD, Ayumi, NewbieZorro), 14,141 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Panel prob Plz help :P wont go away #160134
10/10/07 10:08
10/10/07 10:08
Joined: Aug 2006
Posts: 18
Australia
M
markman Offline OP
Newbie
markman  Offline OP
Newbie
M

Joined: Aug 2006
Posts: 18
Australia
Hi. I have a panel that comes up when it is supposed to, however it wont go away afterwards.Ive tried for hours and cant find out why this is so. My problem lies in the function I think. I have tried even using alpha even to try to make this dissappear. Its a one off panel. Thanks so much for any help

here is my script
bmap intro2 = <intro2.bmp>;//this panel shows the intro2 panel
panel introletter
{
bmap = intro2;
layer = 1; //this is lowest layer anything higher will override this
pos_x = 200; ///Coordinates of picture///
pos_y = 200; //up/down
flags = visible,refresh,d3d;/// use overlay to remove pure black colour///
}

function remove_intro2()
{

introletter.visible = off;\\i think this should turn it off, but it does not
sleep(5);
bmap_purge (intro2);\\this is to remove it from video memory.

}

Re: Panel prob Plz help :P wont go away (resolved) [Re: markman] #160135
10/10/07 10:24
10/10/07 10:24
Joined: Aug 2006
Posts: 18
Australia
M
markman Offline OP
Newbie
markman  Offline OP
Newbie
M

Joined: Aug 2006
Posts: 18
Australia
all fixed now thanks!


Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1