Discuss Scratch

gian1xh9
Scratcher
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
Scratcher
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
Scratcher
500+ posts

i want one obsolete block back

iamunknown2 wrote:

The edge surrounds the sprites, right? Which part of the edge would the sprite be pointing towards?
farthest edge. I still don't support. it was removed for a reason.

Last edited by ChildCritic (Oct. 30, 2015 11:14:39)

superben100
Scratcher
1000+ posts

i want one obsolete block back

Workaround:
turn cw (180) degrees
cs274283
Scratcher
100+ posts

i want one obsolete block back

point away from edge
DaSpudLord
Scratcher
1000+ posts

i want one obsolete block back

cs274283 wrote:

point away from edge
Please post your ideas in a new thread. This keeps everything organized. Thanks!
DownsGameClub
Scratcher
1000+ posts

i want one obsolete block back

DaSpudLord wrote:

cs274283 wrote:

point away from edge
Please post your ideas in a new thread. This keeps everything organized. Thanks!
Actually, it is the exact same thing. So that is block spamming.

And details? Where would this block point to?
Ninkancho
Scratcher
500+ posts

i want one obsolete block back

No support. Would be horribly buggy, as it was before its removal.
stickfiregames
Scratcher
1000+ posts

i want one obsolete block back

superben100 wrote:

Workaround:
turn cw (180) degrees
That doesn't work.

No support. It sounds as if it was very buggy and it's also ambiguous.
TechEpic
Scratcher
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
Scratcher
100+ posts

i want one obsolete block back

DaSpudLord wrote:

cs274283 wrote:

{{point away from edge}::motion ring}
Please post your ideas in a new thread. This keeps everything organized. Thanks!
cs274283
Scratcher
100+ posts

i want one obsolete block back

when i go to scratch i see a missing motion block:
point away from edge::motion
how can i get it back
stickfiregames
Scratcher
1000+ posts

i want one obsolete block back

Duplicate.

No support. It sounds as if it was very buggy and it's also ambiguous.
MathlyCat
Scratcher
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
Scratcher
100+ posts

i want one obsolete block back

MathlyCat wrote:

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.
No. It was like this:
point away from edge
DaSpudLord
Scratcher
1000+ posts

i want one obsolete block back

No support. Why do we need this?
cs274283
Scratcher
100+ posts

i want one obsolete block back

DaSpudLord wrote:

No support. Why do we need this?
Because it was like that:
On older versions
when green flag clicked
repeat (10)
move (10) steps
point away from edge::motion
wait (0.003) secs
end
On the current version
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
Scratcher
1000+ posts

i want one obsolete block back

cs274283 wrote:

DaSpudLord wrote:

No support. Why do we need this?
Because it was like that:
On older versions
when green flag clicked
repeat (10)
move (10) steps
point away from edge::motion
wait (0.003) secs
end
On the current version
when green flag clicked
repeat (10)
move (10) steps
undefined
wait (0.003) secs
end
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.

Last edited by DaSpudLord (Feb. 29, 2016 22:20:20)

Ninkancho
Scratcher
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
Scratcher
100+ posts

i want one obsolete block back

gian1xh9 wrote:

I want this block back for like touching sprites colors and then it bounces off from the edge like pointing away from edge
when green flag clicked
forever

if <touching color [#808080] ?> then
point away from edge::motion
end

end
Block is no longer available.

Powered by DjangoBB