when gf clicked forever if <not> touching () hide endSo if it not touching anything, it hides! Sorry for the poor image, I'm quite new to the scratch blocks!
Offline
Borrego6165 wrote:
when gf clicked forever if <not> touching () hide endSo if it not touching anything, it hides! Sorry for the poor image, I'm quite new to the scratch blocks!
Here's an improved Scratchblocks code:
when gf clicked forever if <not <touching [. v]?>> //ignore the dot hide endBut I don't think it really works.
Last edited by scimonster (2012-03-04 14:15:33)
Offline
well it worked for me in my project!
Offline
scimonster wrote:
Borrego6165 wrote:
when gf clicked forever if <not> touching () hide endSo if it not touching anything, it hides! Sorry for the poor image, I'm quite new to the scratch blocks!Here's an improved Scratchblocks code:
when gf clicked forever if <not <touching [. v]?>> //ignore the dot hide endBut I don't think it really works.
when gf clicked forever if <not <touching [. v]?>> //ignore the dot hide else show end
Last edited by laptop97 (2012-03-05 12:23:52)
Offline
laptop97 wrote:
scimonster wrote:
Borrego6165 wrote:
when gf clicked forever if <not> touching () hide endSo if it not touching anything, it hides! Sorry for the poor image, I'm quite new to the scratch blocks!Here's an improved Scratchblocks code:
when gf clicked forever if <not <touching [. v]?>> //ignore the dot hide endBut I don't think it really works.when gf clicked forever if <not <touching [. v]?>> //ignore the dot hide else show end
I always knew how to do this
Offline
turkey3 wrote:
laptop97 wrote:
scimonster wrote:
Here's an improved Scratchblocks code:when gf clicked forever if <not <touching [. v]?>> //ignore the dot hide endBut I don't think it really works.when gf clicked forever if <not <touching [. v]?>> //ignore the dot hide else show endI always knew how to do this
well good for you!
Offline
laptop97 wrote:
scimonster wrote:
Borrego6165 wrote:
when gf clicked forever if <not> touching () hide endSo if it not touching anything, it hides! Sorry for the poor image, I'm quite new to the scratch blocks!Here's an improved Scratchblocks code:
when gf clicked forever if <not <touching [. v]?>> //ignore the dot hide endBut I don't think it really works.when gf clicked forever if <not <touching [. v]?>> //ignore the dot hide else show end
when gf clicked forever if <not <touching [. v]?>> //ignore the dot hide wait until <touching [. v]?> //ignore the dot show endmakes it faster
Last edited by joefarebrother (2012-03-06 17:08:03)
Offline