Discuss Scratch

SandboxScratcher
Scratcher
7 posts

Animations!

So i was trying to make my animation… I made all the frames then i put it into the text. Here's what happened wrong- The sword was all that showed after the first frame! It just showed the character with no sword, which the first frame did have a sword, then it dissapeared! I don't know what to do, know what i did wrong? Note- it does say 16 then 15, but that's because i made the frames backwards. Here's the project. http://scratch.mit.edu/projects/18673417/
dasFlusspferd
Scratcher
29 posts

Animations!

You only have 2 costumes drawn. By the way, a better script to use would be.
when [space v] key pressed
switch costume to [costume1 v]
repeat (number of costumes)
next costume

end
SandboxScratcher
Scratcher
7 posts

Animations!

dasFlusspferd wrote:

You only have 2 costumes drawn. By the way, a better script to use would be.
when [space v] key pressed
switch costume to [costume1 v]
repeat (number of costumes)
next costume

end
OH. I ONLY HAVE 2 COSTUMES DRAWN BECAUSE… DARNIT SCRATCH WHY IS YOUR AUTOSAVE SORT OF BROKEN!
Well, thanks though

Last edited by SandboxScratcher (March 2, 2014 22:39:58)

MasterCard786
Scratcher
100+ posts

Animations!

Ye… 2 costumes! You can also do:
when green flag clicked
wait (x) secs
forever

next costume
wait (z) secs
if <(costume #) = [y]> then

stop [ v]
end
end

Check these: APEX NEWS ISSUE 2 - http://scratch.mit.edu/projects/20648596/
And the amazing square - http://scratch.mit.edu/projects/20741133/

Powered by DjangoBB