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,513 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
How models ignore models by collision #185784
02/26/08 10:22
02/26/08 10:22
Joined: Feb 2008
Posts: 23
BW, Germany
X
xakac Offline OP
Newbie
xakac  Offline OP
Newbie
X

Joined: Feb 2008
Posts: 23
BW, Germany
Hi!
I can anybody help me?
I want to shoot down some water drop models with a beam of light. I have the light beam as a model too and this appears if i press Spacebar:

// Light beam OFF
if(!key_space){
set(my, TRANSLUCENT);
my.alpha = 0;
}

// Light beam ON
if(key_space){
reset(my, TRANSLUCENT);
my.alpha = 100;
}

Now my problem is, that if a light of beam is OFF, the water drop modells cannot go through them & encounter with them. How can I code it, that the water drop modells ignore the light beam, if this is OFF and go through, so as if there would be nothing?

Re: How models ignore models by collision [Re: xakac] #185785
02/26/08 22:58
02/26/08 22:58
Joined: Aug 2007
Posts: 1,922
Schweiz
Widi Offline
Serious User
Widi  Offline
Serious User

Joined: Aug 2007
Posts: 1,922
Schweiz
I don`t know exactly what you mean. Maybe this?

...
set(my,TRANSLUCENT | PASSABLE);
...
...
reset(my,TRANSLUCENT | PASSABLE);
...


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