Gamestudio Links
Zorro Links
Newest Posts
WFO Training with parallel cores Zorro64
by Martin_HH. 02/23/26 15:29
ZorroGPT
by TipmyPip. 02/21/26 19:15
Camera always moves upwards?
by clonman. 02/21/26 09:29
Zorro version 3.0 prerelease!
by TipmyPip. 02/20/26 13:22
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
5 registered members (AndrewAMD, TipmyPip, Martin_HH, alx, 1 invisible), 5,849 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
alx, ApprenticeInMuc, PatrickH90, USER0328, Sfrdragon
19199 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Help me with one ACTION #269135
06/01/09 22:38
06/01/09 22:38
Joined: Mar 2009
Posts: 207
E
Erick_Castro Offline OP
Member
Erick_Castro  Offline OP
Member
E

Joined: Mar 2009
Posts: 207
Guys. I want to program an Action that make the next:

if i press f1 the player animate the walk cycle frames.

if i press f2 the player animate the run cycle frames.

if i press f3 the player aminate the dead cycle frames.

Can somebody help me?

ThankS

Re: Help me with one ACTION [Re: Erick_Castro] #269141
06/01/09 23:29
06/01/09 23:29
Joined: Sep 2003
Posts: 5,900
Bielefeld, Germany
Pappenheimer Offline
Senior Expert
Pappenheimer  Offline
Senior Expert

Joined: Sep 2003
Posts: 5,900
Bielefeld, Germany
We've got such a nice manual! wink

http://www.conitec.net/beta/aent_animate.htm

Quote:
Examples:

action vertex_anim()
{
while()
{
my.skill1 += 3*time_step;
if (my.skill1 > 100) my.skill1 -= 100;
ent_animate(me,"walk",my.skill1,ANM_CYCLE);
wait(1);
}
}

Insert your if conditions with the depending frame names and voilà! smile

Re: Help me with one ACTION [Re: Pappenheimer] #269166
06/02/09 05:41
06/02/09 05:41
Joined: Mar 2009
Posts: 207
E
Erick_Castro Offline OP
Member
Erick_Castro  Offline OP
Member
E

Joined: Mar 2009
Posts: 207
You are very kind, my friend. Excuse me for my english i only speak spanish.

Re: Help me with one ACTION [Re: Erick_Castro] #269212
06/02/09 10:13
06/02/09 10:13
Joined: Nov 2008
Posts: 946
T
the_clown Offline
User
the_clown  Offline
User
T

Joined: Nov 2008
Posts: 946
Don't worry, your english is good. wink

Re: Help me with one ACTION [Re: the_clown] #269545
06/03/09 13:23
06/03/09 13:23

C
chris_oat
Unregistered
chris_oat
Unregistered
C



Originally Posted By: the_clown
Don't worry, your english is good. wink


Si, senor! smile
muy bueno english smile


Last edited by chris_oat; 06/03/09 13:25.

Moderated by  HeelX, 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