This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2009-03-13 17:33:22

kirbyman1
Scratcher
Registered: 2008-07-08
Posts: 42

Videos on scratch

Is there a way to make REAL videos on scratch? If so how do you do it? If the answer is no i really think scratch should add that feature. Please comment if you agree.


*life is like a box and a cat, the only ones interested in the box are the ones who don't understand it (I.E. the cat)*

Offline

 

#2 2009-03-13 17:37:30

bosox397
Scratcher
Registered: 2008-02-17
Posts: 1000+

Re: Videos on scratch

Well a real video is immpossible, but you can make a video, turn it into frames, switch that into a bunch of costumes, and then use this script to animate it:

<when green flag clicked>
<forever>
<next costume>
<end>


Dear Scratch Users,
I'm done with scratch, or at least making projects. I have made one last big game, thats both fun and teaches a lesson about water. It'd mean a lot if you gave me feedback.                              http://scratch.mit.edu/projects/bosox397/569201

Offline

 

#3 2009-03-14 07:56:22

kirbyman1
Scratcher
Registered: 2008-07-08
Posts: 42

Re: Videos on scratch

i know i mean take the animated videos frame by frame and post it so it goes along with voices or music. (i plan to try and do a music video)


*life is like a box and a cat, the only ones interested in the box are the ones who don't understand it (I.E. the cat)*

Offline

 

#4 2009-03-15 11:04:19

Spine
Scratcher
Registered: 2009-01-15
Posts: 100

Re: Videos on scratch

kirbyman1 wrote:

i know i mean take the animated videos frame by frame and post it so it goes along with voices or music. (i plan to try and do a music video)

It would take a bit of work, you'd have to have experience with broadcasting, like this:

<when green flag clicked>
<repeat( 10
<next costume>

<broadcast[ Sing Song


<when I receive[ Sing Song
<play sound[ Song

or

<when I receive[ Sing Song
<play sound[ Song ]and waits>

Hope this helps you.

-Spine

Offline

 

Board footer