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

#1 2012-09-20 23:57:16

chongyian
Scratcher
Registered: 2012-05-08
Posts: 1000+

Previous And Next

Im not sure whether this has been suggested before, but we all know that there is a
"Next Costume" and "Next Background"
script. 

How about also having a
"Previous Costume" and "Previous Background"
script?

It will make it more convenient for all Scratch users, who are making slide shows and presentations.

So, I hope everyone considers and accepts my ideas. Thank you all!

Last edited by chongyian (2012-09-20 23:59:58)

Offline

 

#2 2012-09-21 00:29:08

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Previous And Next

Actually, it's possible because "switch to costume [----]" accepts an integer value as well.

So just do "costume #-1"

It's the fact that newer people figuring this out by themselves or with a little help, is what makes them learn best, not by having predefined blocks for everything they might need.

Offline

 

#3 2012-09-21 02:28:47

chongyian
Scratcher
Registered: 2012-05-08
Posts: 1000+

Re: Previous And Next

okay, thanks!

previous background
!

Offline

 

#4 2012-09-21 17:12:10

thebriculator
Scratcher
Registered: 2011-07-11
Posts: 500+

Re: Previous And Next

Some workarounds are complicated. some are very easy, like this one.

switch to costume ((costume #) - (1))


.     http://tiny.cc/2cwgpw    http://tiny.cc/viwgpw    http://tiny.cc/iwwgpw

Offline

 

#5 2012-09-21 17:17:39

coinman
Scratcher
Registered: 2011-04-19
Posts: 500+

Re: Previous And Next

This will be in 2.0. ( i know how to access the alpha  big_smile )


Click the picture below to play my best game yet, Snowball Fight!
http://scratch.mit.edu/static/projects/coinman/3221194_sm.png

Offline

 

#6 2012-09-21 17:18:54

legobob23o
Scratcher
Registered: 2012-06-22
Posts: 500+

Re: Previous And Next

thebriculator wrote:

Some workarounds are complicated. some are very easy, like this one.

switch to costume ((costume #) - (1))

Yeah, that script would be just as good as "Previous costume".  smile

Offline

 

#7 2012-09-21 18:36:21

Agg725
Scratcher
Registered: 2012-03-13
Posts: 500+

Re: Previous And Next

coinman wrote:

This will be in 2.0. ( i know how to access the alpha  big_smile )

show me now! *rubs hands/evil laugh*


http://i.imgur.com/LIoxG.png

Offline

 

#8 2012-09-21 18:41:01

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: Previous And Next

Agg725 wrote:

coinman wrote:

This will be in 2.0. ( i know how to access the alpha  big_smile )

show me now! *rubs hands/evil laugh*

I can too.  MWAHAHAHA.


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#9 2012-09-21 21:31:21

coinman
Scratcher
Registered: 2011-04-19
Posts: 500+

Re: Previous And Next

Agg725 wrote:

coinman wrote:

This will be in 2.0. ( i know how to access the alpha  big_smile )

show me now! *rubs hands/evil laugh*

Got to an advanced topic thread called something like "2.0 alpha" by mathwizz. Read it.


Click the picture below to play my best game yet, Snowball Fight!
http://scratch.mit.edu/static/projects/coinman/3221194_sm.png

Offline

 

Board footer