This feature annoys me: There is a "next costume" block, but if I want to switch to the previous costume, I'd have to put:
[blocks]
<switch to costume[ (( costume # <-> 1 ))
[/blocks]
It may get annoying at times, so maybe they should put in a "Previous Costume" block that performs the function above? I don't want to make one myself, with 1.3 coming out...
Last edited by joeyman (2008-07-18 22:58:41)
Offline
so your saying a [switch to last costume] block?
Offline
TOCM wrote:
Why not have:
a variable called: Costume Number
then
Forever: set cosume to "Costume Number"
then you could just do: change "Costume Number" by -1
You don't need variables. Just do set costume # to (costume # - 1)
Offline