I've been working on a project for a few days and I've run into a problem. When trying to name my costumes of one of my sprites to a number, the costume automatically changes the number, as if the number I'm giving it isn't valid.
For example, when I try to name my 77th sprite "1", it switches to "12" when I hit enter.
Any ideas? Perhaps I'm simply missing something.
Offline
It is a pretty bad glitch....
Like, if I do a score, and the costume is the number "4" , I have to set it to
"switch to costume [(JOIN [(score)] [1])]" or something.
Offline
stevetheipad wrote:
I've been working on a project for a few days and I've run into a problem. When trying to name my costumes of one of my sprites to a number, the costume automatically changes the number, as if the number I'm giving it isn't valid.
For example, when I try to name my 77th sprite "1", it switches to "12" when I hit enter.
Any ideas? Perhaps I'm simply missing something.
that has happened to me- if i try to rename a costume to a number when i have named over costumes as numbers it renames the costume i am trying to change to a number higher than all the other costume's numbers
Offline
just name it "1c" and then if you want to use variables to switch to certain costumes use (join (variable [c])
Offline
Wes64 wrote:
just name it "1c" and then if you want to use variables to switch to certain costumes use (join (variable [c])
You don't even need that.
Offline
That's odd, that happens to me too.
Probably a glitch.
Offline
Arg, this makes me mad; but I'll figure out an easy way to make it work specifically for my project.
Thanks guys.
Offline