This block would go in the "sound" pallet box. It would be called "Song Time". What it does is show a veiwer on stage saying how far through you are on a song, calculated by the time passed while it has been playing, and the time of the whole song.
Offline
Nice idea! You inspired me to code this block
Offline
DigiTechs wrote:
Greenatic wrote:
Nice idea! You inspired me to code this block
![]()
Err, meaning??
Meaning, I believe, that you inspired him to use his knowledge of squeak to make it!
This should also include:
Go to (*) sec of [song]
(Song seconds)
Offline
ssss wrote:
DigiTechs wrote:
Greenatic wrote:
Nice idea! You inspired me to code this block
![]()
Err, meaning??
Meaning, I believe, that you inspired him to use his knowledge of squeak to make it!
![]()
This should also include:
Go to (*) sec of [song]
(Song seconds)
Yep, ssss. Thanks for clarifying.
BTW, ([song] seconds) already exists in the block library. |Play ( ) to ( ) of [ ]| already exists there too, so you could use |Play (number) to (sound seconds) of [sound]| for the first block.
If you want to use the (time through [sound]) block, see page 85 of the Block Library.
Offline