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

#1 2013-03-29 06:18:12

treacletoes
New Scratcher
Registered: 2013-03-28
Posts: 7

Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

How do you make my sprite spin when you press backspace, a, g and space?!?!

Offline

 

#2 2013-03-29 06:24:22

Sellout
Scratcher
Registered: 2013-03-28
Posts: 500+

Re: Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

I don't think Scratch can deal with the backspace, but I might be wrong.

Now, are you asking how to make it spin when you press a, or when you press g, or when you press space? Or are you asking how to make it spin when you press all three at the same time? I can help with either of those, but as far as I know Scratch doesn't do anything with sensing the backspace button


I would rather be alone than pretend I feel alright

Offline

 

#3 2013-03-29 06:25:20

treacletoes
New Scratcher
Registered: 2013-03-28
Posts: 7

Re: Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

All at the same time!!!!!!!!!!!!!!!!

Offline

 

#4 2013-03-29 06:31:36

Sellout
Scratcher
Registered: 2013-03-28
Posts: 500+

Re: Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

I made a project for it here. I can't post pictures yet and I don't know how the forum blocks work but if you don't want to download the project for the one script in it, it's something like

When space key pressed,

if <key a pressed?> and <key g pressed?>

turn 15 degrees

<key a/g pressed?> are in the light blue blocks section!


I would rather be alone than pretend I feel alright

Offline

 

#5 2013-03-29 06:34:31

treacletoes
New Scratcher
Registered: 2013-03-28
Posts: 7

Re: Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Thank you Sellout!! That isn't quite what I wanted but I think I can figure it out from there !!!!  smile ))))  big_smile   big_smile   big_smile

Offline

 

#6 2013-03-29 06:42:06

Sellout
Scratcher
Registered: 2013-03-28
Posts: 500+

Re: Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Oh well. Next time you have a problem maybe I can help!


I would rather be alone than pretend I feel alright

Offline

 

#7 2013-03-29 07:09:38

topazdragonlord
Scratcher
Registered: 2013-02-22
Posts: 500+

Re: Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Perhaps you could try it like:

when gf clicked
forever
  wait until <<<key [space] pressed> and key [a] pressed> and key [g] pressed>
  turn [15] degrees
Hope this helps  smile


http://i45.tinypic.com/idumbk.png

Offline

 

#8 2013-03-29 10:06:54

7734f
Scratcher
Registered: 2010-12-23
Posts: 500+

Re: Help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Try this:

when gf clicked
forever
 if <key [a v] pressed?> 
  if <key [g v] pressed ?>
   if <key [space v] pressed?>
    turn cw [15] degrees//insert your own degrees you want it to turn.
   end
  end
 end
Hope that helped!

         ~7734f

Last edited by 7734f (2013-03-29 10:07:27)


http://internetometer.com/image/38992.png   http://i37.tinypic.com/2qixx6c.png

Offline

 

Board footer