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
0 registered members (), 18,008 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
Page 2 of 2 1 2
Re: untouchable flag [Re: xXxGuitar511] #111507
02/15/07 17:57
02/15/07 17:57
Joined: Aug 2005
Posts: 343
Germany
HPW Offline
Senior Member
HPW  Offline
Senior Member

Joined: Aug 2005
Posts: 343
Germany
I think the enable_touch only makes to detect the model with the mouse possible and the untouchable makes it possible to detect entities behind this model. If you only set the enable_touch flag to off then you can't detect entities behind it.
This would make sense.


Evil Blood (v. 0.52) RPG
Commport.de (Social Network Community)
Re: untouchable flag [Re: HPW] #111508
02/15/07 19:52
02/15/07 19:52
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
Yes. All entities are mouse-detectable unless their UNTOUCHABLE flag is set. However, you can do this by assigning a simple action

action set_untouchable()
{
my.UNTOUCHABLE = ON;
my.DYNAMIC = OFF;
}

Re: untouchable flag [Re: jcl] #111509
02/18/07 17:40
02/18/07 17:40
Joined: Aug 2005
Posts: 312
Sweden
tindust Offline
Senior Member
tindust  Offline
Senior Member

Joined: Aug 2005
Posts: 312
Sweden
Thanks, that makes a little more sense then.
cheers
tindust

Page 2 of 2 1 2

Moderated by  aztec, Spirit 

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