how do i refresh a "when touch is released" rule.
guilleface
Member Posts: 1,014
hi all i am having many problems with this, say i have a actor when game.allowtotouch is true and touch is realeased change attribute.next to true, so this works fines the first time, but when my attribute "allowtotouch is true again my actor automatically changes "next"to true, without my touching the actor, so i how can i make it that i have to touch the actor again and when realeased to trig the rule.thanks
Comments
To get around this, I set up my own touch attribute. Local to the actor.
When touch is pressed:
Timer for .3 seconds (make sure run to completion is checked)
When touch is released change self.mytouch to true
Then after all the code that triggers when that attribute is true:
Change attribute self.mytouch to false.
-LewisOne (My Website, FB, Twitter, IG, YT)