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
0 registered members (), 938 guests, and 4 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
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 | 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