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
1 registered members (TipmyPip), 18,618 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 + Entity #89108
09/08/06 00:49
09/08/06 00:49
Joined: Apr 2006
Posts: 37
Swiss
M
mfuada Offline OP
Newbie
mfuada  Offline OP
Newbie
M

Joined: Apr 2006
Posts: 37
Swiss
Hi
Can you tell me how to attach panel to an entity, because my player's name made from panel so if on my selection screen i choose the player "x" on the game the player still has the name "y" because my panel can't identify which model that we use?
Can anybody help me with that?

Re: Panel + Entity [Re: mfuada] #89109
09/08/06 13:00
09/08/06 13:00
Joined: Aug 2005
Posts: 199
houston
S
seneca Offline
Member
seneca  Offline
Member
S

Joined: Aug 2005
Posts: 199
houston
are the names of the players on seperate panels or on a single panel?

if they are on a seperate panel, you can use on_click in the panel to do the selecting.

panel player_x_name
{
....
digits 0,0,"PLAYER Y",1,0,0; // displays player's name in the panel
on_click = choose_player_x;
}

panel player_y_name
{
....
digits 0,0,"PLAYER X",1,0,0;
on_click = choose_player_y;
}

i think this is what you are asking about?


a8 commercial
Re: Panel + Entity [Re: seneca] #89110
09/09/06 08:26
09/09/06 08:26
Joined: Apr 2006
Posts: 37
Swiss
M
mfuada Offline OP
Newbie
mfuada  Offline OP
Newbie
M

Joined: Apr 2006
Posts: 37
Swiss
it's on a separate panel...
Thanks i'll try that!!


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