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

#1 2012-01-27 01:31:47

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

Spindash script

Do somebody know the script for a spindash from sonic 2?


internet's all about cats today.

Offline

 

#2 2012-05-19 18:32:10

chinydo
Scratcher
Registered: 2010-08-16
Posts: 69

Re: Spindash script

What is a spindash?

Offline

 

#3 2012-05-20 01:33:26

sonicfan12p
Scratcher
Registered: 2011-11-16
Posts: 1000+

Re: Spindash script

You will need multiple costumes, and then have it change between these costumes when you need the spindash.


Why are the secret organizations getting all the attention?  mad

Offline

 

#4 2012-05-20 04:13:01

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

Re: Spindash script

chinydo wrote:

What is a spindash?

A spindash is an attack of sonic...


internet's all about cats today.

Offline

 

#5 2012-05-20 08:22:10

PhirripSyrrip
Scratcher
Registered: 2012-02-11
Posts: 100+

Re: Spindash script

or you could only change into 1 new costume and rotate it.


http://i46.tinypic.com/ao03lk.png

Offline

 

#6 2012-05-21 18:42:06

silasok
Scratcher
Registered: 2011-09-24
Posts: 4

Re: Spindash script

When gf clicked
if <down> button pressed and <s> button pressed
change costume to <Spindash>
broadcast Spindash
When i recive Spindash
if <down> button pressed
Move 10 "passes"

Offline

 

#7 2012-05-22 02:25:59

jontmy00
Scratcher
Registered: 2011-11-28
Posts: 1000+

Re: Spindash script

silasok wrote:

when gf clicked
forever if <<[down arrow v] key pressed?> and <[s v] key pressed?>>
switch to costume [Spindash v]
broadcast [Start Spindash v]

when i receive [Start Spindash v]
wait until <[down arrow v] key pressed?>
move () steps

I translated silasok's text into ScratchBlocks.  wink


FOR ALL THE NEWS ON UPDATES FOR SIMPLISTICRAFT, CLICK HERE.

Offline

 

#8 2012-06-01 09:54:35

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

Re: Spindash script

oh,but can you also add that when spindash is stopped turn into custume:sonicstand


internet's all about cats today.

Offline

 

#9 2012-06-09 16:19:56

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

Re: Spindash script

bump


internet's all about cats today.

Offline

 

#10 2012-06-10 19:00:28

Randomness_Player
Scratcher
Registered: 2012-06-06
Posts: 20

Re: Spindash script

bump

Offline

 

#11 2012-06-13 05:25:56

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

Re: Spindash script

Randomness_Player wrote:

bump

bUMP


internet's all about cats today.

Offline

 

#12 2012-06-13 05:36:46

jontmy00
Scratcher
Registered: 2011-11-28
Posts: 1000+

Re: Spindash script

jontmy00 wrote:

when gf clicked
broadcast [Restart v]

when I receive [Restart v]
if <<[down arrow v] key pressed?> and <[s v] key pressed?>>
switch to costume [Spindash v]
broadcast [Start Spindash v]
else
switch to costume [Sonic Stand v]
broadcast [Restart v]
end

when i receive [Start Spindash v]
move (10) steps
broadcast [Restart v]

Does this work then? Note the use of recursion.

Last edited by jontmy00 (2012-06-13 05:41:38)


FOR ALL THE NEWS ON UPDATES FOR SIMPLISTICRAFT, CLICK HERE.

Offline

 

Board footer