This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.
  • Index
  •  » Suggestions
  •  » great suggestiuon! Better movement. Please look at this!

#1 2012-02-19 23:11:13

turkey3
Scratcher
Registered: 2011-12-04
Posts: 500+

great suggestiuon! Better movement. Please look at this!

take the normal cat for example that's always there when scratch is opened up. If I gave him the script
-when flag clicked
-point in direction 0 degrees (it may be 180, i cant remember which points up)
-move 10 steps
        that's how i would usually move up. however, now the cat is facing upward, and i dont want that. I want it goin up but facin to the right.

Offline

 

#2 2012-02-19 23:48:12

ProgramCAT
Scratcher
Registered: 2011-12-13
Posts: 500+

Re: great suggestiuon! Better movement. Please look at this!

Use the

change x by (10)
change y by (10)
blocks, or the
go to x: ((x position)+(10)) y: (y position)
go to x: (x position) y: ((y position)+(10))
Replace the values with whatever you need.

Last edited by ProgramCAT (2012-02-19 23:49:09)


Programming is an art...
Goodbye, Scratch. I am leaving because of the exams coming up at our school, though I'll check the forums once or twice a week.

Offline

 

#3 2012-02-19 23:58:39

soupoftomato
Scratcher
Registered: 2009-07-18
Posts: 1000+

Re: great suggestiuon! Better movement. Please look at this!

Actually they have that dude. You have like 2 topics of already solved problems, please delve deeper before assuming it doesn't exist.
http://www.scratchguide.com/images/troll-pong-Scratch-tutorial.pngp

See those three buttons? One is a circle with an arrow, one is a line with arrows, and one is the solid bar?  That decides the characters rotation. The full circle with an arrow clicked down will allow it to look as if facing all directions, the line with arrows allows it to look like it's facing left or right at all times while facing and moving any direction, and the solid bar locks it the way it's costume is facing I believe (how it looks when it is 90 degrees) while allowing it to move any direction.


I'm glad to think that the community will always be kind and helpful, the language will always be a fun and easy way to be introduced into programming, the motto will always be: Imagine, Program, Share - Nomolos

Offline

 

#4 2012-02-20 09:07:32

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: great suggestiuon! Better movement. Please look at this!

Please look at the Scratch Wiki and the previous resolved suggestions before suggesting anything.  wink


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 
  • Index
  •  » Suggestions
  •  » great suggestiuon! Better movement. Please look at this!

Board footer