Gamestudio Links
Zorro Links
Newest Posts
ZorroGPT
by TipmyPip. 02/27/26 22:06
WFO Training with parallel cores Zorro64
by Martin_HH. 02/26/26 16:03
Zorro version 3.0 prerelease!
by TipmyPip. 02/25/26 16:38
Camera always moves upwards?
by clonman. 02/21/26 09:29
Sam Foster Sound | Experienced Game Composer for Hire
by titanicpiano14. 02/19/26 13:22
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
2 registered members (AndrewAMD, Quad), 5,104 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
the1, alx, ApprenticeInMuc, PatrickH90, USER0328
19200 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Animation bei collisin mit dem Player !??? #211158
06/15/08 09:42
06/15/08 09:42
Joined: Nov 2007
Posts: 35
V
Vestax Offline OP
Newbie
Vestax  Offline OP
Newbie
V

Joined: Nov 2007
Posts: 35
eine ganz normale Animation!

doch sie soll erst bei Berührung (Collision mit dem Player)

abgespielt werden wie mach ich das?

kann mir jemand helfen oder kent ein Tutorial zu sowas?

Re: Animation bei collisin mit dem Player !??? [Re: Vestax] #211174
06/15/08 12:19
06/15/08 12:19
Joined: Jul 2006
Posts: 73
Saxony, Germany
F
Flori Offline
Junior Member
Flori  Offline
Junior Member
F

Joined: Jul 2006
Posts: 73
Saxony, Germany
Hi,
du meinst eine andere entity spielt eine Animation ab wenn sie mit dem player kollidiert?

probiere es mal so:

action ...//die Aktion für die andere Figur
{
my.enable_entity=on;
my.event=kollision;
...
while(1)
{
...
my.skill1+=0.1*time;
wait(1);
}
}

function kollision()
{
if(event_type==event_entity&&you==player)
{
ent_animate(my,"animation01",my.skill1,anm_cycle);
}
}

Das wäre ein Beispiel für den Ansatz.

MfG.: Flori

Last edited by Flori; 06/15/08 12:20.

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