something is wrong, please read
POM
Member Posts: 2,599
hello
i notice a very strange behavior in gamesalad,
i create an actor and pot it on : positionX = 0
i make a rule:
WHEN X < 80
constrain selfX to selfX+4
isn't that mean the actor should stop on 80 ?!?
because it stops on 88?
it always make 2 more cycles than it should be doing. no matter what the values are
am i doing something wrong?
i notice a very strange behavior in gamesalad,
i create an actor and pot it on : positionX = 0
i make a rule:
WHEN X < 80
constrain selfX to selfX+4
isn't that mean the actor should stop on 80 ?!?
because it stops on 88?
it always make 2 more cycles than it should be doing. no matter what the values are
am i doing something wrong?
Comments
1 actor.
1 rule.
the same result.
the thing is i want my actor to move from start position to different X (simple as that)
i tried "move to" behavior but it sometimes seem to miss the target and continue to move.
and now this problem, i can always change 80 to 72 and it will go 2 more times to 80
but it just wrong code programing