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
2 registered members (Quad, AndrewAMD), 1,007 guests, and 6 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
[Solved] Problem with the function effect_sprite #339072
08/24/10 12:35
08/24/10 12:35
Joined: May 2008
Posts: 257
D
djfeeler Offline OP
Member
djfeeler  Offline OP
Member
D

Joined: May 2008
Posts: 257
Hello,

I have a problem with the function effect_sprite. When I compile the file he says to me error on p._ MOVE = 1; thus my sprites cannot move. tell me if it do the same thing with you! I have the last version 8.02!

Thank you for your help ! djfeeler

the file

Last edited by djfeeler; 08/25/10 21:09.
Re: Problem with the function effect_sprite [Re: djfeeler] #339077
08/24/10 13:31
08/24/10 13:31
Joined: Mar 2008
Posts: 2,247
Baden Württemberg, Germany
Espér Offline
Expert
Espér  Offline
Expert

Joined: Mar 2008
Posts: 2,247
Baden Württemberg, Germany
Shouldn't it be

p.flags |= MOVE;

Or

set(p, MOVE);

??


Selling my Acknex Engine Editions (A7 Com & A8 Pro):
>> click here if you are interested <<
Re: Problem with the function effect_sprite [Re: Espér] #339078
08/24/10 13:47
08/24/10 13:47
Joined: Jul 2008
Posts: 1,178
England
M
MrGuest Offline
Serious User
MrGuest  Offline
Serious User
M

Joined: Jul 2008
Posts: 1,178
England
Ive never seen effect_sprite before, so i'm not sure if it's a new function, or an old A6 function

Take a look at effect() instead and change the .bmap

Re: Problem with the function effect_sprite [Re: MrGuest] #339080
08/24/10 14:09
08/24/10 14:09
Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Rei_Ayanami Offline
Expert
Rei_Ayanami  Offline
Expert

Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
It is a NEW A8 function for sprite effects, which are needed sometimes.


Sorry, haven't looked in the code, and I do not know the solution...

Re: Problem with the function effect_sprite [Re: Rei_Ayanami] #339130
08/24/10 19:15
08/24/10 19:15
Joined: May 2008
Posts: 257
D
djfeeler Offline OP
Member
djfeeler  Offline OP
Member
D

Joined: May 2008
Posts: 257
Thanks Espér it was necessary to put set(p,_MOVE);


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