ex. make all sheep on island five times as big, purple and walking backwards.
something like this
1
2
3
4
2
3
4
on:start{
scale -5,-5,5 ((something that makes it affect all sheep));
color 152,0,255 ((something that makes it affect all sheep));
}
edited 1×, last 07.04.18 06:10:58 pm