Random just not working.... and Move to stopping
Cwbh
Member Posts: 3
I am trying to make a actor move to a random location after being touched, it put at first random(0,480) for x and random(0,320) but the actor just moves a few squares away. I have changed the settings with no avail. Also my main character stops moving after it gets to the touch location. I have check Run to Complete on and off, with no luck either.
Help would be much appreciated
Running GS .90
Help would be much appreciated
Running GS .90
Comments
When touch is pressed
Change Attribute self.Position.X to random(0,480)
Change Attribute self.Position.Y to random(0,320)
That's what you have? It works just fine here. Any other Rules which might be affecting the positioning maybe?
Edit: you mentioned Run to completion; in a Timer? How have you the Timer involved?
""You are in a maze of twisty passages, all alike." - Zork temp domain http://spidergriffin.wix.com/alphaghostapps
Thanks!
-Cwbh
P.S. The Move To problem occurs in two actors