Gamestudio Links
Zorro Links
Newest Posts
Executing Trades on Next Bar Open
by vicknick. 06/13/24 08:51
Zorro Beta 2.61: PyTorch
by jcl. 06/10/24 14:42
New FXCM FIX Plugin
by flink. 06/04/24 07:30
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (henrybane), 1,246 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
AemStones, LucasJoshua, Baklazhan, Hanky27, firatv
19059 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