Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
3 registered members (AndrewAMD, The_Judge, Grant), 898 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
panel issue #315107
03/13/10 12:09
03/13/10 12:09
Joined: Sep 2009
Posts: 33
R
rej Offline OP
Warez kiddie
rej  Offline OP
Warez kiddie
R

Joined: Sep 2009
Posts: 33
hi,

i just want to ask about disabling the panel if i want to load level. when i press the load level button the panel is there the reason why the level cannot be seen. what should i do?


thanks.

Re: panel issue [Re: rej] #315109
03/13/10 12:12
03/13/10 12:12
Joined: Feb 2010
Posts: 457
Norfolk,England
mikaldinho Offline
Senior Member
mikaldinho  Offline
Senior Member

Joined: Feb 2010
Posts: 457
Norfolk,England
just change your flags when the level is loaded.

Re: panel issue [Re: mikaldinho] #315110
03/13/10 12:14
03/13/10 12:14
Joined: Aug 2007
Posts: 1,922
Schweiz
Widi Offline
Serious User
Widi  Offline
Serious User

Joined: Aug 2007
Posts: 1,922
Schweiz
And don`t make doubleposts !!! You ask this already in a other Topic and there is already a answer mad mad

Re: panel issue [Re: mikaldinho] #315113
03/13/10 12:18
03/13/10 12:18
Joined: Sep 2009
Posts: 33
R
rej Offline OP
Warez kiddie
rej  Offline OP
Warez kiddie
R

Joined: Sep 2009
Posts: 33
hi,

PANEL main_pan
{
bmap = background_png;
pos_x = 250;
pos_y = 200;
button (614, 19, "navigate1.PNG", "navigate1.PNG", "navigate2.PNG", lvl_1, NULL, NULL);
button (544, 88, "floor_plan.PNG", "floor_plan.PNG", "floor_plan.PNG", NULL, NULL, NULL);
button (521, 177, "option.png", "option.png","option.png", NULL, NULL, NULL);
button (555, 259, "info.PNG", "info.PNG", "info2.PNG", NULL, NULL, NULL);
button (620, 339, "quit.PNG", "quit.PNG", "quit.PNG", quit_program, NULL, NULL);
flags = VISIBLE,OVERLAY;
}

function lvl_1()
{
//background_png.visible = OFF;
//string l_load = <1st_floor_wall_1.wmb>;
reset(main_pan,VISIBLE);
level_load (l_load);
wait(1);
}

this is my code....
any suggestions? i can't see the level after i clicked the navigate button

Re: panel issue [Re: rej] #315117
03/13/10 12:24
03/13/10 12:24
Joined: Aug 2007
Posts: 1,922
Schweiz
Widi Offline
Serious User
Widi  Offline
Serious User

Joined: Aug 2007
Posts: 1,922
Schweiz
Witch version of WED you use? All your code is old, or you use C-Script?

Version:
WED
--> Help
--> About WED
--> Gamestudio XXX XXXXX

Re: panel issue [Re: Widi] #315120
03/13/10 12:32
03/13/10 12:32
Joined: Sep 2009
Posts: 33
R
rej Offline OP
Warez kiddie
rej  Offline OP
Warez kiddie
R

Joined: Sep 2009
Posts: 33
gamestudio pro 7.07/wed v6.854

Re: panel issue [Re: rej] #315121
03/13/10 12:33
03/13/10 12:33
Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Rei_Ayanami Offline
Expert
Rei_Ayanami  Offline
Expert

Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
warez user

please ban and close topic

Re: panel issue [Re: Rei_Ayanami] #315123
03/13/10 12:37
03/13/10 12:37
Joined: Aug 2007
Posts: 1,922
Schweiz
Widi Offline
Serious User
Widi  Offline
Serious User

Joined: Aug 2007
Posts: 1,922
Schweiz
YES, you use a illegal version. No more support here !!!


Gamestudio download | chip programmers | 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