Gamestudio Links
Zorro Links
Newest Posts
New FXCM FIX Plugin
by flink. 06/04/24 07:30
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
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (ozgur, degenerate_762), 1,455 guests, and 10 spiders.
Key: Admin, Global Mod, Mod
Newest Members
AemStones, LucasJoshua, Baklazhan, Hanky27, firatv
19058 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Passable for one model not for others #161311
10/16/07 09:23
10/16/07 09:23
Joined: Sep 2006
Posts: 188
Latvia
MDI Offline OP
Member
MDI  Offline OP
Member

Joined: Sep 2006
Posts: 188
Latvia
Please help me with passable! I dont know how to make model passable only for my flying object, but for all other objects non passable!
Im waiting any requests.


Latvija rullē
Re: Passable for one model not for others [Re: MDI] #161312
10/16/07 09:54
10/16/07 09:54
Joined: Jan 2004
Posts: 3,023
The Netherlands
Helghast Offline
Expert
Helghast  Offline
Expert

Joined: Jan 2004
Posts: 3,023
The Netherlands
look in the manual for push:

Collision priority. Only entities with a higher or equal push value than the collider are collision obstacles.

that should work for you!

regards,


Formerly known as dennis_fantasy
Portfolio - http://www.designorhea.com/
Project - http://randomchance.cherrygames.org/
Passable for one model not for others [Re: Helghast] #161313
10/16/07 15:25
10/16/07 15:25
Joined: Sep 2006
Posts: 188
Latvia
MDI Offline OP
Member
MDI  Offline OP
Member

Joined: Sep 2006
Posts: 188
Latvia
Can give any sample? To me somehow anyway dont works passable for special models.
Possible im writing something wrong with that push.


Latvija rullē
Re: Passable for one model not for others [Re: MDI] #161314
10/24/07 17:51
10/24/07 17:51
Joined: Sep 2006
Posts: 188
Latvia
MDI Offline OP
Member
MDI  Offline OP
Member

Joined: Sep 2006
Posts: 188
Latvia
ANY? Im done so much things till this moment but noone can give working example for this half passable objects.


Latvija rullē
Re: Passable for one model not for others [Re: MDI] #161315
10/25/07 15:39
10/25/07 15:39
Joined: Jul 2007
Posts: 959
nl
F
flits Offline
User
flits  Offline
User
F

Joined: Jul 2007
Posts: 959
nl
i can give it a try

Code:


action ent1 // ent wo stays on his space
{
my.push = 2;
}

action ent2 // ent you can move and hit
{
my.push = -1;
}

action ent_chr
{
while(my!=null)
{
c_move(my,var_move,nullvector,ignore_push+ignore_passable+ignore_you);
wait(1);
}
}




didnt test it but it is a example
and what hellgast did say look manaul i can realy give a beter exaplme whiteout i must know what it must realy do


"empty"

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