Gamestudio Links
Zorro Links
Newest Posts
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
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
0 registered members (), 984 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
LucasJoshua, Baklazhan, Hanky27, firatv, wandaluciaia
19053 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
panel.button / render_to_texture #268498
05/29/09 17:20
05/29/09 17:20
Joined: Aug 2003
Posts: 127
Berlin, Germany
C
CHaP Offline OP
Member
CHaP  Offline OP
Member
C

Joined: Aug 2003
Posts: 127
Berlin, Germany
Is it possible to press on a panel.button which is rendered on a modelskin?

----------------------------

Kann man auf einen Panel.Button klicken, der auf ein Modell-Skin gerendert wird?


Code:
void fClick()
{
	printf("works");
}
////////////////////////////////////////////////////////////////////////////////////
PANEL* pAnPanel =
{
	button = 0,0,"tft_sample_3.tga","tft_sample_3.tga","tft_sample_3b.tga",fClick,NULL,NULL;
	flags = SHOW;
}
////////////////////////////////////////////////////////////////////////////////////
void fAnyEntityAction()
{
	pAnPanel.target_map = ent_getskin(my,1);
}


^^
What's wrong?

Re: panel.button / render_to_texture [Re: CHaP] #268512
05/29/09 18:58
05/29/09 18:58
Joined: Aug 2003
Posts: 127
Berlin, Germany
C
CHaP Offline OP
Member
CHaP  Offline OP
Member
C

Joined: Aug 2003
Posts: 127
Berlin, Germany
I would like to create a console, like the PipBoy3000 or the terminals in Doom3.

The Console is slightly at an angle before the player and he should be able to interoperate with their surface (panel).

Somebody an idea?


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

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