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

#1 2012-03-29 13:22:20

TheOneAndOnlyBabe
New Scratcher
Registered: 2012-03-29
Posts: 1

Ahhh Please Help Me...!!!

I have to make an animated story and I need to make a bird keep flying throughout and I don't know how to make an action stop after I've put "When I receive ..." Please help me  wink  x

Offline

 

#2 2012-03-29 15:30:34

cartooncreator
Scratcher
Registered: 2011-04-04
Posts: 1000+

Re: Ahhh Please Help Me...!!!

TheOneAndOnlyBabe wrote:

I have to make an animated story and I need to make a bird keep flying throughout and I don't know how to make an action stop after I've put "When I receive ..." Please help me  wink  x

Does your name, "TheOneAndOnlyBabe" have anything to do with Babe the blue ox from the Paul Bunyan story? 8D

EDIT: Oh, and welcome to Sratch. :3

Last edited by cartooncreator (2012-03-29 15:30:59)


http://i37.tinypic.com/2qixx6c.png

Offline

 

#3 2012-03-29 16:26:01

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: Ahhh Please Help Me...!!!

when gf clicked
forever
   move (10) steps
   if on edge, bounce
end


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#4 2012-03-29 19:08:31

S-C-R-A-T-C-H-E-R
Scratcher
Registered: 2012-01-20
Posts: 100+

Re: Ahhh Please Help Me...!!!

TheOneAndOnlyBabe wrote:

I have to make an animated story and I need to make a bird keep flying throughout and I don't know how to make an action stop after I've put "When I receive ..." Please help me  wink  x

There are a couple ways to do that. First, you could simply say, "when I recieve ___" "Go to Xi__ Yi__". That would stop the motion. However, if you want the sprite to disappear, you can use the hide block.  wink


http://fc08.deviantart.net/fs71/f/2012/062/2/6/spin_twilight_and_trixie_spin_by_tomdantherock-d4rmefh.gif I MADE A GAME!!!! :0 So check it out!  big_smile

Offline

 

#5 2012-03-29 19:57:56

MoreGamesNow
Scratcher
Registered: 2009-10-12
Posts: 1000+

Re: Ahhh Please Help Me...!!!

when gf clicked
set [var] to [true]
forever
if<(var) = [true]>
do your script
else
stop script
end
end

When I receive [stop that script!]
set [var] to [false]

Last edited by MoreGamesNow (2012-03-29 20:09:57)


http://images2.layoutsparks.com/1/218929/rubiks-cube-animated-rotating.gif
"Cogito ergo sum" --  I think, therefore I am

Offline

 

Board footer