from vpython import * #GlowScript 2.7 VPython # Create a simple scrolling text object scene.width = scene.height = 250 scene.title = 'This is a test' B = box(pos=vec(0.1,0.2,0)) # Create a textarea element on the web page, below the box object. # $ stands for jQuery, an important web page addition to JavaScript. # The string \n represents a carriage return. T = $('