anonymous
My feedback
1 result found
-
378 votes
An error occurred while saving the comment An error occurred while saving the comment anonymous commentedfill('road')
item = stamp('present3',400,400,500)function drag() {
wand.move(x,y)
trail = stamp('flare',x,y,200)
trail.size(0,1000)
}function untouch() {
sound('boom')
item.change('foot ball')
item.size(700,1000)
item.rotate(360,1000)
item.move(384,512,1000)
}
fill('road')
item = stamp('present3',400,400,500)
function drag() {
wand.move(x,y)
trail = stamp('flare',x,y,200)
trail.size(0,1000)
}
function untouch() {
sound('boom')
item.change('foot ball')
item.size(700,1000)
item.rotate(360,1000)
item.move(384,512,1000)
}