make a sprite with number costumes in this order
1,2,3,4,5,6,7,8,9,0
use this script
set [counter v] to (1) repeat (length of (score)) switch to costume (letter (counter) of (score)) stamp change X by (whatever the width of the letter is) change [counter v] by (1)the complicated way
set [output v] to (join (score) [ ]) // join the score with a space set [counter v] to (1) switch to costume (join (letter (counter) of (output)) [c]) //copy stamp //these change X by (whatever the width of the letter is) //blocks change [counter v] by (1) //!!!copy the "copy these blocks!!!" blocks the maximum expected length of your score. (Say your score will always be less then 1000. that means the length will always be less than 4. so you would copy those blocks 3 times)
Last edited by Wes64 (2012-08-11 22:35:25)
Offline