Discuss Scratch

Flankydean
Scratcher
64 posts

In time Costume Change on 130 BPM

Honestly i have no idea how to do it i've tried countless i need help doing it

Last edited by Flankydean (April 3, 2024 15:28:37)


Hey!
I need help on this

say pasta in my profile
ret12345647
Scratcher
20 posts

In time Costume Change on 130 BPM

Can you share your project and send a link so I can help?
CHEEZ_ITZ_12oz
Scratcher
58 posts

In time Costume Change on 130 BPM

BPM is a ratio of Beats per minute. You can use this to calculate when in time things will need to be done.
For example, if you wanted something to happen on the 20th beat at 50 BPM, and needed to know when; you could do 20 beats * (1min/50 beats) to get 0.4 min, or 24 seconds after the beginning.


-Cheese Guy
Flankydean
Scratcher
64 posts

In time Costume Change on 130 BPM

* This Message Was Deleted *

Last edited by Flankydean (April 2, 2024 11:41:50)


Hey!
I need help on this

say pasta in my profile
Flankydean
Scratcher
64 posts

In time Costume Change on 130 BPM

CHEEZ_ITZ_12oz wrote:

BPM is a ratio of Beats per minute. You can use this to calculate when in time things will need to be done.
For example, if you wanted something to happen on the 20th beat at 50 BPM, and needed to know when; you could do 20 beats * (1min/50 beats) to get 0.4 min, or 24 seconds after the beginning.
i want it to happen on EVERY beat

Hey!
I need help on this

say pasta in my profile
Flankydean
Scratcher
64 posts

In time Costume Change on 130 BPM

i want the costume change to hapen on every beat (baldi slapping his ruler intime with beat) (its for a thing im making (You're Mine Animated)) the closest i got to it is
when green flag clicked
forever
wait (BPM WAIT) secs
broadcast [Beat (or RulerSlap Beat)]
end

Last edited by Flankydean (April 2, 2024 11:01:40)


Hey!
I need help on this

say pasta in my profile
NamePending_
Scratcher
100+ posts

In time Costume Change on 130 BPM

The problem with the wait () seconds block is that it is slightly delayed. I recommend you make use of the timer to get the right tempo. This is the code I used:

forever
reset timer
wait until <not <(timer) < ((60) / (65))>>
broadcast [Beat v]
end
I hope this helps.

Welcome to my signature!
Was this post helpful? If so, please consider checking out my profile!
say pasta in it please
100 POSTS YESSIRRRRRRRR
Flankydean
Scratcher
64 posts

In time Costume Change on 130 BPM

NamePending_ wrote:

The problem with the wait () seconds block is that it is slightly delayed. I recommend you make use of the timer to get the right tempo. This is the code I used:

forever
reset timer
wait until <not <(timer) < ((60) / (65))>>
broadcast [Beat v]
end
I hope this helps.
well it doesn't but a tiny bit because it does do the 65 bpm but not the 130 one because it changes when it gets to: OH OH OH HI THERE

Last edited by Flankydean (April 3, 2024 15:29:31)


Hey!
I need help on this

say pasta in my profile

Powered by DjangoBB