Is there any way to get videos onto scratch and have the video play in a Block?
Offline
Convert to GIF, Import multilayered PNG.
forever
wait .05 seconds
next costume
Offline
tinoesroho wrote:
Convert to GIF, Import multilayered PNG.
forever
wait .05 seconds
next costume
Thanks! this information is very helpful!
Offline
Using IE, and having an IE Download helper that can download videos, the arrow in the bottom bar (not taskbar) will be green when you view a video. You download the video using it, convert it to animated GIF, then import it onto scratch.
If it has a background. If it has no background, then download all frames of it and import them into scratch, and program the frames to show and hide at the right time(s).
It having a background requiers windows.
Edit: Also, Having a background, remember to program it to go to right costume in a forever loop.
Having a background: Want less fps than normal? Use a wait block after the next costume block.
Not having a background: For the second to last frame, Use a wait block before the show blocks.
Last edited by rdococ (2010-07-27 09:04:28)
Offline
tinoesroho wrote:
Convert to GIF, Import multilayered PNG.
forever
wait .05 seconds
next costume
Okay, but how do I do that???
Offline