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

#1 2012-04-01 12:59:43

Sapphire9999
Scratcher
Registered: 2010-02-05
Posts: 2

How can i put a vid into a scratch project?

I wanted to put in a cool vid I made and i dont know what files you accept, help meee

Last edited by Sapphire9999 (2012-04-01 13:00:14)

Offline

 

#2 2012-04-01 13:01:59

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: How can i put a vid into a scratch project?

You can't


Why

Offline

 

#3 2012-04-01 13:40:24

TorbyFork234
Scratcher
Registered: 2012-03-01
Posts: 1000+

Re: How can i put a vid into a scratch project?

If it's a GIF file you can, just drag it into Scratch, delete the cat costumes on the Sprite, and put this script in.

when gf clicked
forever
wait (0.1) secs
next costume

Offline

 

#4 2012-04-01 13:59:42

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: How can i put a vid into a scratch project?

TorbyFork234 wrote:

If it's a GIF file you can, just drag it into Scratch, delete the cat costumes on the Sprite, and put this script in.

when gf clicked
forever
wait (0.1) secs
next costume

That'd work but the "0.1" bit is probably too big. 0.01 is what I'd use

(A GIF isn't a video though)

Last edited by RedRocker227 (2012-04-01 13:59:54)


Why

Offline

 

#5 2012-04-01 17:03:10

Sapphire9999
Scratcher
Registered: 2010-02-05
Posts: 2

Re: How can i put a vid into a scratch project?

I got it into a gif file, now what?

Offline

 

#6 2012-04-01 17:11:21

MathMaster101
Scratcher
Registered: 2011-10-29
Posts: 100+

Re: How can i put a vid into a scratch project?

Sapphire9999 wrote:

I got it into a gif file, now what?

you would upload the gif onto scratch as a sprite or background, and then make a script like this for the gif:





when gf clicked
forever
  wait (any number) secs
  next costume
end
Hope this works and neigh on! (okay, april fools! its actually "scratch on!")


https://sphotos.xx.fbcdn.net/hphotos-snc6/c39.0.403.403/p403x403/196165_191956434263692_1014187386_n.jpg

Offline

 

Board footer