Skip to content

Gavyn 28-Spielmann

My feedback

1 result found

  1. 377 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    192 comments  ·  General » Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Gavyn 28-Spielmann commented  · 

    fill('jungle')
    mill = stamp('windmill',700,780,120)
    dodo = stamp('dodo2',200,800,150)
    speed = 10

    function loop() {
    mill.move(LEFT,speed)
    mill.wrap()
    if (dodo.hits(mill)) {
    dodo.change('dodo3')
    }
    }

    function tap() {
    dodo.move(UP,400)
    dodo.move(200,800,2000)
    speed = speed + 1
    }
    song('siren')
    song('crashing')
    song('dinasaur')
    song('dinasaur')
    song('pig5')

    hope you like it

Feedback and Knowledge Base