Discuss Scratch

bbciplayer
Scratcher
500+ posts

Fun tv

We make TV projects

Last edited by bbciplayer (Dec. 2, 2013 07:47:52)


flint1099
Scratcher
50 posts

Fun tv

Hello, I would love to join the staff! I am working on my Scratch TV channel, Podica TV. It is a branch of my Scratch multimedia enterprise, JinXed PiXel. If you would have me join, I will show you my idea on how to operate it using only a few lines of code. I would show my idea to @jessiepinky for his “Scratch FM” collab, but I like to promote small things, and this doesn't have a single response. Plus, I could get you a great logo!

-flint1099


One machine can do the work of 50 ordinary man but no machine can do the work of one extraordinary man
-Elbert Hubbard
bbciplayer
Scratcher
500+ posts

Fun tv

flint1099 wrote:

Hello, I would love to join the staff! I am working on my Scratch TV channel, Podica TV. It is a branch of my Scratch multimedia enterprise, JinXed PiXel. If you would have me join, I will show you my idea on how to operate it using only a few lines of code. I would show my idea to @jessiepinky for his “Scratch FM” collab, but I like to promote small things, and this doesn't have a single response. Plus, I could get you a great logo!

-flint1099

Thanks! You can join!

flint1099
Scratcher
50 posts

Fun tv

So, this is how I operate the station:
I use a list
  1. BlaBlaBla Let's say Blablabla and blabbitybla are animations or something like that.
2. BlabbityBla

I will use a variable to read what's next.
play sound [BlaBlaBla v] until done  //The sound will be part of the main script, not BYOB.
Next show
if <<item (variable) of [shows v]> = [BlabbityBla]> then
BlabbityBla // I will make a custom block for the animations ONLY, because the sound will be the timer
end
define next show
change [variable v] by (1)
Get it?

Last edited by flint1099 (Nov. 30, 2013 14:12:20)



One machine can do the work of 50 ordinary man but no machine can do the work of one extraordinary man
-Elbert Hubbard
bbciplayer
Scratcher
500+ posts

Fun tv

Yes What's your radio station going to be called? And when?

I do it this way

when green flag clicked
forever

if time is radio station time and day is radio station day
play sound [radio broadcast.mp3 v] until done

end

Last edited by bbciplayer (Dec. 1, 2013 11:05:13)


flint1099
Scratcher
50 posts

Fun tv

bbciplayer wrote:

Yes What's your radio station going to be called? And when?

I do it this way

when green flag clicked
forever

if time is radio station time and day is radio station day
play sound [radio broadcast.mp3 v] until done

end
Mine isn't a radio station, it is a TV project. It is called Podica TV.
Also on a completely different note, do you happen to like my new profile GIF?


One machine can do the work of 50 ordinary man but no machine can do the work of one extraordinary man
-Elbert Hubbard
bbciplayer
Scratcher
500+ posts

Fun tv

Ok

Powered by DjangoBB