Activity: Making Objects Move in Glowscript

Follow this link for the activity: link

You should see something that looks like this:

particle.pos = particle.pos + particle.velocity*dt
particle.velocity = vector(4,0,0)