Sprite.touching doesn't seem to work, at least in the demo
See original GitHub issueIn the demo you just fall continuously, this seems to be because this.touching('Ground')
never returns to true, even after I disabled gravity and just moved into the black to the right, it still never returns true. This also happened regardless of whether or not fast collision is enabled.
Issue Analytics
- State:
- Created 5 years ago
- Comments:13
Top Results From Across the Web
"if touching sprite stop script" doesn't work? - Discuss Scratch
hi all! I'm suuuper new to Scratch and I seem to be having trouble with “if touching sprite…” command. My script looks like...
Read more >Touching Sprite not working for me - Google Groups
The problem is the length of time for the glide. If you hold the mouse down and move gobo over the ball for...
Read more >[3D] slow (refresh after?) sprite touching tests · Issue #1302 · LLK ...
The odd things seem to be that it's much worse when the clones have different looks (i.e. size/direction/effects) and that the slowdown occurs...
Read more >Android SpriteWalker Demo - HuguesJohnson.com
Walks a player controlled sprite around the screen; Has a map with two layers; Collision detection; Plays calming music in the background; Remembers...
Read more >Arcade physics - checking body.touching.down in custom sprite
Based on the demo's I've seen I'm using `this.body.touching.down` to detect when the sprite is touching my bottom border. The problem is that ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok, I just redeleted everything and git cloned, and now it works. That was so strange.
Okay! That was odd, but I’m glad it’s taken care of now. 😄