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

#1 2008-07-09 12:12:23

lolligag
Scratcher
Registered: 2008-07-09
Posts: 5

my cat just moves one step when i double click

Following the Getting Started PDF, I have the 10 step backwards and forward blocks in the action box.  Double clicking on them makes the poor little cat move one step.  another double click gets another step. 

AAH    I just noticed that he moves one step about every 12 seconds. 
Is he just tired?   thanks,

Last edited by lolligag (2008-07-09 12:14:03)

Offline

 

#2 2008-07-09 12:14:05

Bluestribute
Scratcher
Registered: 2008-01-24
Posts: 1000+

Re: my cat just moves one step when i double click

No. You forgot the 

<forever>
<end>

block in there!


http://img247.imageshack.us/img247/1204/bluestributett4.jpg
That's my PSN ID. I know tons of COD4 glitches. Add me as your friend. Oh, and get a headset

Offline

 

#3 2008-07-09 12:16:21

lolligag
Scratcher
Registered: 2008-07-09
Posts: 5

Re: my cat just moves one step when i double click

OK, I put the forever block around them and he still just moves about 1 step every 12 seconds .... HHHH????

Offline

 

#4 2008-07-09 12:17:22

Bluestribute
Scratcher
Registered: 2008-01-24
Posts: 1000+

Re: my cat just moves one step when i double click

lolligag wrote:

OK, I put the forever block around them and he still just moves about 1 step every 12 seconds .... HHHH????

This would do it when double-clicked:

<forever>
<move( 10  )steps>
<if on edge, bounce>
<end>


http://img247.imageshack.us/img247/1204/bluestributett4.jpg
That's my PSN ID. I know tons of COD4 glitches. Add me as your friend. Oh, and get a headset

Offline

 

#5 2008-07-09 12:29:08

lolligag
Scratcher
Registered: 2008-07-09
Posts: 5

Re: my cat just moves one step when i double click

Hey, doing it That way works !   Apparently when I typed in the -10 steps to make him go backwards I confused the program.  Taking that out and it works now.  Am I not supposed to type in negative numbers?
Thanks

Offline

 

#6 2008-07-09 12:35:54

lolligag
Scratcher
Registered: 2008-07-09
Posts: 5

Re: my cat just moves one step when i double click

Going back to the first step:blocks<move(10  )steps>blocks

when double click on this, the little cat takes one step.  That's all.  when he should take 10, right?   The timing is somehow off.

Offline

 

#7 2008-07-09 12:37:18

Bluestribute
Scratcher
Registered: 2008-01-24
Posts: 1000+

Re: my cat just moves one step when i double click

lolligag wrote:

Hey, doing it That way works !   Apparently when I typed in the -10 steps to make him go backwards I confused the program.  Taking that out and it works now.  Am I not supposed to type in negative numbers?
Thanks

No, you can do negatives fine. And move 10 steps isn't really *how to put it* an "action" so to speak, as in, it's a matter of distance, not a matter of animation


http://img247.imageshack.us/img247/1204/bluestributett4.jpg
That's my PSN ID. I know tons of COD4 glitches. Add me as your friend. Oh, and get a headset

Offline

 

#8 2008-07-09 12:52:46

lolligag
Scratcher
Registered: 2008-07-09
Posts: 5

Re: my cat just moves one step when i double click

Thank you Bluestribute for your patience with a new user (plus I'm really old!).

I suppose my question is "how fast should the cat take those 10 steps" just using that motion command ?

block<move(10  )steps>block

Starting a brand new project with just that block a double click produces one step, that's all.  I just installed version 1.2.1 by the way.   I hate to proceed learning the program if my computer can't handle it. 

as I said, thanks again.

Offline

 

#9 2008-07-09 12:57:14

Bluestribute
Scratcher
Registered: 2008-01-24
Posts: 1000+

Re: my cat just moves one step when i double click

lolligag wrote:

Thank you Bluestribute for your patience with a new user (plus I'm really old!).

I suppose my question is "how fast should the cat take those 10 steps" just using that motion command ?

block<move(10  )steps>block

Starting a brand new project with just that block a double click produces one step, that's all.  I just installed version 1.2.1 by the way.   I hate to proceed learning the program if my computer can't handle it. 

as I said, thanks again.

Your welcome. And since you said your new, here is a tip I don't know if you know- if you want the "glide" effect, use the

<glide(  )secs to x sad   )y sad 

block. And to get your walking animation (since you seemed confused about the steps) you need to have walking costumes, so when you move 10 steps, you also will switch to you next costume. If you don't know what I am talking about, click my name, click on Mario Bros Demo, and look at Mario's script. It keeps checking whether first- if he's fighting (attacking variable) and second, is the key still pressed (many of the same scripts inside the if key pressed script)


http://img247.imageshack.us/img247/1204/bluestributett4.jpg
That's my PSN ID. I know tons of COD4 glitches. Add me as your friend. Oh, and get a headset

Offline

 

#10 2008-07-09 14:48:48

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: my cat just moves one step when i double click

Yeah, the 10 steps is kind of confusing.  What they really mean is "move 10 units of distance" or "move 10 pixels".


http://i39.tinypic.com/2nav6o7.gif

Offline

 

Board footer