touch recording
peakprod
Member Posts: 18
Hi Guys, I have been tearing my hair out with the following logic.
Actor moving straight across screen.
Touch actor then drag finger(mouse) to one of the four corners.
then release. ( to show actor which of four tracks to follow)
After touching I go through a timer recording X and Y positions.
I can show that this works ok by showing numbers in actor.
When I then release I go to four rules that says;
If X position >600 and Y position > 400
Move Stop.
If X position <600 and Y position > 400
Move Stop.
.If X position >600 and Y position < 400
Move Stop.
If X position <600 and Y position < 400
Move Stop.
I get no stops, nothing,
Any ideas on what I am doing wrong would be appreciated.
Thanks peak
Actor moving straight across screen.
Touch actor then drag finger(mouse) to one of the four corners.
then release. ( to show actor which of four tracks to follow)
After touching I go through a timer recording X and Y positions.
I can show that this works ok by showing numbers in actor.
When I then release I go to four rules that says;
If X position >600 and Y position > 400
Move Stop.
If X position <600 and Y position > 400
Move Stop.
.If X position >600 and Y position < 400
Move Stop.
If X position <600 and Y position < 400
Move Stop.
I get no stops, nothing,
Any ideas on what I am doing wrong would be appreciated.
Thanks peak
Comments
when release and when overlapping one of the actors, then move stop
hope this helps