intermitant behaviors
peakprod
Member Posts: 18
Hi I have been having big problems with what I think should be a simple thing to do.
I want to stop or start multiple actors (individually) with Ipad touches.
I got this working but the behaviors are always intermitant.;-
variable 'moving'
To Stop Actor;
rule actor pressed
rule actor released and 'moving' true
'move' 0,0
change 'moving ' false
To Start Actor;
rule actor pressed
rule actor released and 'moving' false
'move' 180,100
change 'moving' true
I have tried this in many different ways but it always finishes up being intermitant.
I want to stop or start multiple actors (individually) with Ipad touches.
I got this working but the behaviors are always intermitant.;-
variable 'moving'
To Stop Actor;
rule actor pressed
rule actor released and 'moving' true
'move' 0,0
change 'moving ' false
To Start Actor;
rule actor pressed
rule actor released and 'moving' false
'move' 180,100
change 'moving' true
I have tried this in many different ways but it always finishes up being intermitant.