updates-to be added in itch v1.2.3.4

Install Java to view this project right on your browser!

user_icon tcb shared it 3 years, 8 months ago
user_icon Based on Colkadome's version of Colkadome's project
226 views, 3 taggers, 2 people love it, 5 downloads, in 3 galleries
Add to my favorites?
Flag as inappropriate?

Comments

You need to be logged in to post comments

Add a Comment

 
jinggle jinggle 5 months ago

Clear [something's] Marks implies that scratch is some how keeping a list/log of all the moments a sprite is making, along with how the stage looked before the markings were made. This is almost as impractical a request as asking for true 3D. You could potentially write your own logging system for every movement done with a sprite, but it would probably be impractically slow.

jinggle jinggle 5 months ago

Z position imply 3D, That is a HUGE can of worms; however, you can do basic 2D 3D by creating a variable called Z can having it influence the size of a sprite. Thus if that's what you are after it can be done, anything more is absurd to expect out of scratch. Try star-logo if you want something like scratch but in 3D.

jinggle jinggle 5 months ago

Mouse is touching can be done by making a sprite track to the mouse, when the mouse goes over something the sprite under it will react as touching. I'm not even sure what mouse is supposed to represent, as there are to many potential mouse events. What is scroll steps? Glide and steps are two ways to achieve something. there is a fundamental misunderstanding of how they differ, but both already exist. Stamp over, set the spirits position over then stamp. Pen down over, same thing.

jinggle jinggle 5 months ago

Stop sound is also kind of pointless. Sounds are tied to a specific sprite, so if you want a sound to stop assign it to it's own sprite, then set that sprites volume to 0 when you want the sound to stop. I receive exists in multiple ways broadcasts or the = operator. Script# is activated can be done with brodcast or a variable. [something] is touching [something] exists, as it its sprite specific, it's called touching [something] under sensing.

jinggle jinggle 5 months ago

Many of these already exist or are easily implemented. Stop sprite's scripts, for example, can be done with repeat until a variable is set, then have stop script after it. I receive already exists, just have it set a variable, and test against that variable. When [Something] clicked is specific to a sprite. Why not use the existing when sprite clicked? When flag clicked exists, just have it set a variable for the the purposes your trying to use it for. Distance to x and y already exists.

HughyHugh HughyHugh 1 year, 5 months ago

whats "z" position?

tcb tcb 1 year, 5 months ago

3D Depth

HughyHugh HughyHugh 1 year, 6 months ago

Touching color other than is basicly "If Not touching 'color', Blah Blah Blah"

jinggle jinggle 5 months ago

I'm seeing flawed logic. If you want to sense if it's touching colors other than green, and green, what are you sensing for? Not touching green would have the sprite see if it's touching any color other than green. touching green would see if the sprite is touching green. it can only be one of the two. take your pick. If you want other colors involved some how, then you need to specify them.

(view all replies)
tcb tcb 1 year, 5 months ago

No its not. It can be touching a colour other than green, but also be touching green. Sprites can touch more than one colour at a time!

HughyHugh HughyHugh 1 year, 6 months ago

Other than that, perfecto!

Optimax-DJ Optimax-DJ 1 year, 12 months ago

These are actually ones I woudl want! They would be so useful!

tcb tcb 1 year, 11 months ago

yep :)

XLEgor XLEgor 2 years, 1 month ago

lolz: glide _ steps!!!!!! =)

tcb tcb 2 years, 1 month ago

whats so lol? smooth stepping? me and my friends have wanted it for ages...

jeffy24 jeffy24 2 years, 11 months ago

1.2.3.4?

tcb tcb 2 years, 11 months ago

and it's taking so long because making them (apart from show/hide variables) is gonna be pretty hard.

tcb tcb 2 years, 11 months ago

it's taking the mick out of the two decimal places. How does it work?

Surfer123 Surfer123 3 years, 4 months ago

It's Funny cuz the new version of scratch has the hide and show variable blocks

tcb tcb 3 years, 4 months ago

they looked at these projectys and thought: "well, if that's what they want..."

News-guy News-guy 3 years, 6 months ago

whats z position

henley henley 3 years, 6 months ago

front and back

henley henley 3 years, 6 months ago

i know about V and Z positions

tcb tcb 3 years, 6 months ago

whats v position?

(view all replies)
bubble-07 bubble-07 3 years, 6 months ago

Just a few of my criticisms. First off, the z position variable can already be achieved. You just need to use formulas on the size of the sprite. Second of all, the scrolling thing would require a complete overhaul of scratch. Also, the green flag clicked sensing thing would be pointless since the script would start over again anyways. Now that just won't work. Otherwise, some of these, like the "stop sound" block, and the "stop sprite's" block, are ones that I'd like to see.

FantasyTales FantasyTales 3 years, 6 months ago

oh okay yah this pausing pretty much is the same as regular pausing except of course i cant pause music so that has to either keep on playing or be restarted after unpausing

(view all replies)
FantasyTales FantasyTales 3 years, 6 months ago

it is possible i made pausing in my new game you just have to make everything happen only if the variable equals one. then make it so that if the variable isn't one it will wait until it is one. i did that in scratch bash it isn't out yet but when it is you can see

(view all replies)
Enirahtak Enirahtak 3 years, 6 months ago

Whoa, I totally agree with you! These are the sprites I really wish I had!

Tengii Tengii 3 years, 6 months ago

Wow, I wish Scratch had these script peices

Dolfus555 Dolfus555 3 years, 6 months ago

i would like all of these except for the scroll ones. what does the mouse one do?

tcb tcb 3 years, 6 months ago

i have no idea.i forgot to delete it off ofanother project like this (this is two combined,with a bit of mine

(view all replies)
Dolfus555 Dolfus555 3 years, 6 months ago

all of these... ROCK

tcb tcb 3 years, 6 months ago

three front pagers on my humble project! I can't beleive it!

archmage archmage 3 years, 6 months ago

Scratch needs many things, but I don't think any of the blocks you put up are really necessary.

FantasyTales FantasyTales 3 years, 6 months ago

yah its true i think a pause block would be good though too bad it isn't in here. i mean i know how to make pausing but if you don't decide that you want pausing at the beginning then it takes alot longer.

(view all replies)
tcb tcb 3 years, 6 months ago

your right,they aren"t necesserry,but they could help some people

newareagle newareagle 3 years, 6 months ago

There is no way to "scroll" Scrolling is simply moving a platform then hiding it when it is out of site, then showing it when it is in sight.

tcb tcb 3 years, 6 months ago

multi object no, but with four way,you could make it so that the charecter that is in the center of the screen points in direction 0,180,90 or -90

(view all replies)
tcb tcb 3 years, 6 months ago

or,you could make it so that everything else moves 10 steps.

(view all replies)
kimmy123 kimmy123 3 years, 7 months ago

edited

mariobrosrule mariobrosrule 3 years, 7 months ago

I agree

tcb tcb 3 years, 7 months ago

have you looked at the replies to terminater68... i think i won this argument

(view all replies)
terminator68 terminator68 3 years, 8 months ago

we already have when () clicked...

mariobrosrule mariobrosrule 3 years, 7 months ago

There isn't, you talking about When I receive, check for yourself...

tcb tcb 3 years, 7 months ago

i checked my version of scratch...it IS scratch v1.2.1

tcb tcb 3 years, 8 months ago

i have stop script,and i can mimic it,but it would be better to have it

(view all replies)
tcb tcb 3 years, 8 months ago

no,we don't.or is there a new version of scratch

(view all replies)
Alexzea2 Alexzea2 3 years, 8 months ago

i agree

jessman jessman 3 years, 8 months ago

these would all be awesome scripts; i think you should recommend them to the scratch team

Please Wait...