Stamps turn into other stamps
Stamps should be able to turn into different stamps.
7
votes
Anonymous
shared this idea
Already possible using .change
Enjoy!
-
snekse commented
What is meant by this? I think you can use the .change function.
transformer = stamp('robot')
function tap() {
transformer.change('car')
}