Discuss Scratch
- Greg8128
-
Scratcher
500+ posts
Project Speed Slider Setting
Not saying that it shouldn't be added but you can use these custom blocks to get a similar effect:
It's not perfect because very small times, e.g. “wait 0 seconds” could be distorted but it will probably be good enough for animations
define settimescale(x)
set [timescale v] to (x)
define wait(x)
wait ((x)/(timescale)) secs
It's not perfect because very small times, e.g. “wait 0 seconds” could be distorted but it will probably be good enough for animations
- MrFluffyPenguins
-
Scratcher
1000+ posts
Project Speed Slider Setting
if there is a block to change it in the middle of the project, support!
it could be useful to add the ability to fast forward cutscenes in a video game, make games more difficult by making them faster, etc.
it could be useful to add the ability to fast forward cutscenes in a video game, make games more difficult by making them faster, etc.
- pavcato
-
Scratcher
1000+ posts
Project Speed Slider Setting
if there is a block to change it in the middle of the project, support!Maybe it could be like a c-block like:
it could be useful to add the ability to fast forward cutscenes in a video game, make games more difficult by making them faster, etc.
with [2x v] speed {
} :: controlthanksbut I feel that that's too far from my original suggestion.
Last edited by pavcato (Oct. 13, 2020 12:19:47)
- Maximouse
-
Scratcher
1000+ posts
Project Speed Slider Setting
i dont know how to make c blocks
[scratchblocks]
with [2x v] speed {
} :: control
[/scratchblocks]
with [2x v] speed {
} :: control




