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

#1 2010-08-25 12:52:33

bboy200
New Scratcher
Registered: 2010-08-18
Posts: 4

trying to make star wars guys move

ok im new to scratch and downloaded sum star wars spirits and thay alredy have walk1 thru like walk8 but i don't now how to make them walk and move at the same time i can get them to walk then move to the spot i have set but not do it at the same time eny ideas?

Offline

 

#2 2010-08-25 13:10:44

Locomule
Scratcher
Registered: 2009-08-24
Posts: 500+

Re: trying to make star wars guys move

try looking at other people's projects
check out the links in the sticky


aka Pain from DragonSpires, Delrith Online, BotBattle, Urban Dead etc etc lol

Offline

 

#3 2010-08-25 16:14:56

colorfusion
Scratcher
Registered: 2009-10-03
Posts: 500+

Re: trying to make star wars guys move

When left arrow pressed
Next costume
Move 10 steps


When right arrow pressed
Next costume
Move -10 steps


Thats the simple way of doing it, if you want to do more stuff like turn, or make it smoother just ask me.

Offline

 

#4 2010-08-25 16:30:40

calebxy
Scratcher
Registered: 2009-12-31
Posts: 1000+

Re: trying to make star wars guys move

I admire both of you.  big_smile


I'm making my own Doctor Who series!  big_smile  See the first episode here.
And please join Story Zone!  big_smile

Offline

 

#5 2010-08-26 02:07:02

Jonathanpb
Scratcher
Registered: 2008-07-25
Posts: 1000+

Re: trying to make star wars guys move

Try this:

[when [right arrow] pressed)
[change x by (10)]
[next costume]

smile

Last edited by Jonathanpb (2010-08-26 02:07:18)


"Human beings... must have action; and they will make it if they cannot find it.
-Charlotte Brontë

Offline

 

#6 2010-08-26 07:20:56

helltank
Scratcher
Registered: 2010-05-21
Posts: 1000+

Re: trying to make star wars guys move

No, using that method is glitchy and laggy. I suggest:

When green flag clicked
forever
When [right arrow] pressed
Move 1 steps
Next costume


Make sure that you have costumes of different stages of the moving animation.


Error:Signature could not load. Please wait for an indefinite amount of time, until you realize you're gullible and go off to look for another potentially interesting signature to stare at.

Offline

 

#7 2010-08-26 09:26:30

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: trying to make star wars guys move

Go with helltank's solution, and just keep experimenting with the distance until it looks right.


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i.imgur.com/OZn2RD3.png&link2=http://i.imgur.com/duzaGTB.png&link3=http://i.imgur.com/CrDGvvZ.png&link4=http://i.imgur.com/POEpQyZ.png&link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

#8 2010-09-05 14:02:31

bboy200
New Scratcher
Registered: 2010-08-18
Posts: 4

Re: trying to make star wars guys move

well all these are good but im not making a game lol eny ideas for a video not a game?

Offline

 

Board footer