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 (TipmyPip, AndrewAMD, NewbieZorro), 16,655 guests, and 7 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
Changing the Alpha of a WED entity #145103
08/01/07 18:29
08/01/07 18:29
Joined: Nov 2006
Posts: 193
England
RyuShinji Offline OP
Member
RyuShinji  Offline OP
Member

Joined: Nov 2006
Posts: 193
England
Does anyone know how to change the alpha of a WED map enity like a cube or somthing?

Re: Changing the Alpha of a WED entity [Re: RyuShinji] #145104
08/01/07 18:37
08/01/07 18:37
Joined: Sep 2002
Posts: 700
Orange County, CA
L
LogantheHogan Offline
Developer
LogantheHogan  Offline
Developer
L

Joined: Sep 2002
Posts: 700
Orange County, CA
You have to write a script. But you can make it customizable in WED easily.

Code:

define my_alpha,skill1;

// uses my_alpha
action alpha_entity
{
my.transparent = on;
my.alpha = my.my_alpha;
}



Then just input the desired alpha value in the skill1 parameter.

Hope that helps. God bless.

Re: Changing the Alpha of a WED entity [Re: LogantheHogan] #145105
08/02/07 10:11
08/02/07 10:11
Joined: Aug 2007
Posts: 16
Texas
bigshad226 Offline
Newbie
bigshad226  Offline
Newbie

Joined: Aug 2007
Posts: 16
Texas
you could do this
action alpha_entity
{
my.transparent = on;//transparent flag
my.alpha = 25;//change this to your liking
}
i think...either that or just use the transparent flag if you havent done so already.

Last edited by bigshad226; 08/02/07 10:13.

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