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

#1 2008-05-31 20:00:55

jonmark
Scratcher
Registered: 2008-05-27
Posts: 6

Can someone tell me how to give a character first strike with sword...

Can some one tell me how to give a character first strike with a sword against a computer character.
Thanks.
Check out my Mario Rings Advanced game

Offline

 

#2 2008-05-31 20:11:14

CFCRubiks
Scratcher
Registered: 2008-05-11
Posts: 100+

Re: Can someone tell me how to give a character first strike with sword...

Ok.

[blocks]<when green flag clicked>[/blocks]
[blocks]<forever>[/blocks]
[blocks]<if><( <{ My move }> <=> 0 )>[/blocks]
[blocks]<move(  )steps>[/blocks]
[blocks]<else>[/blocks]
[blocks]<stop script>[/blocks]


Just play around with variables

Offline

 

Board footer