Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
3 registered members (AndrewAMD, juanex, Grant), 1,018 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 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 | 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