Discuss Scratch
- gian1xh9
-
25 posts
i want one obsolete block back
i want point away from edge back for like touching colors and then it points away from the edge like bouncing
when green flag clicked
forever
if <touching color [#808080] ?> then
point away from edge::motion
end
end
- iamunknown2
-
1000+ posts
i want one obsolete block back
The edge surrounds the sprites, right? Which part of the edge would the sprite be pointing towards?
- ChildCritic
-
500+ posts
i want one obsolete block back
farthest edge. I still don't support. it was removed for a reason. The edge surrounds the sprites, right? Which part of the edge would the sprite be pointing towards?
Last edited by ChildCritic (Oct. 30, 2015 11:14:39)
- DaSpudLord
-
1000+ posts
i want one obsolete block back
Please post your ideas in a new thread. This keeps everything organized. Thanks!point away from edge
- DownsGameClub
-
1000+ posts
i want one obsolete block back
Actually, it is the exact same thing. So that is block spamming.Please post your ideas in a new thread. This keeps everything organized. Thanks!point away from edge
And details? Where would this block point to?
- Ninkancho
-
500+ posts
i want one obsolete block back
No support. Would be horribly buggy, as it was before its removal.
- stickfiregames
-
1000+ posts
i want one obsolete block back
That doesn't work. Workaround:turn cw (180) degrees
No support. It sounds as if it was very buggy and it's also ambiguous.
- TechEpic
-
100+ posts
i want one obsolete block back
I don't feel like making a script for it using the scratchblocks plugin here, but the obvious workaround would be to record every point on the edge to an accuracy of your choice, and get the distance between the object and each point. Then, find the most distant point and have the object point towards that point.
- cs274283
-
100+ posts
i want one obsolete block back
Please post your ideas in a new thread. This keeps everything organized. Thanks!{{point away from edge}::motion ring}
- cs274283
-
100+ posts
i want one obsolete block back
when i go to scratch i see a missing motion block:
point away from edge::motionhow can i get it back
- MathlyCat
-
1000+ posts
i want one obsolete block back
No support. Way too vague! What if the sprite was touching both edges of a top-corner? Would it point diagonal, down, left, how many degrees would it change? Way too vague.
- cs274283
-
100+ posts
i want one obsolete block back
No. It was like this: No support. Way too vague! What if the sprite was touching both edges of a top-corner? Would it point diagonal, down, left, how many degrees would it change? Way too vague.
point away from edge
- cs274283
-
100+ posts
i want one obsolete block back
Because it was like that: No support. Why do we need this?
On older versions
when green flag clickedOn the current version
repeat (10)
move (10) steps
point away from edge::motion
wait (0.003) secs
end
when green flag clicked
repeat (10)
move (10) steps
undefined
wait (0.003) secs
end
Last edited by cs274283 (Feb. 29, 2016 22:16:58)
- DaSpudLord
-
1000+ posts
i want one obsolete block back
The previous existence of something does not justify as a need for something. We've had phones the size (and weight) of bricks that have 30 minute battery lives, and all they can do is call- should we bring them back? After all, we had them previously, so they must be useful.Because it was like that: No support. Why do we need this?
On older versionswhen green flag clickedOn the current version
repeat (10)
move (10) steps
point away from edge::motion
wait (0.003) secs
endwhen green flag clicked
repeat (10)
move (10) steps
undefined
wait (0.003) secs
end
Last edited by DaSpudLord (Feb. 29, 2016 22:20:20)
- Ninkancho
-
500+ posts
i want one obsolete block back
Yes. Blocks like this one were removed for a good reason. The ST usually doesn't remove things unless they're very prone to abuse or are very buggy. |point away from edge| falls into the latter category.
- cs274283
-
100+ posts
i want one obsolete block back
I want this block back for like touching sprites colors and then it bounces off from the edge like pointing away from edgeBlock is no longer available.when green flag clicked
forever
if <touching color [#808080] ?> then
point away from edge::motion
end
end