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.
Offline
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>
Offline
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)
Offline
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