if (do_name() != 'Home') : ?>
endif ?>
Posted by anonymous on May 31, 2007
u mean like this?
size(300, 300) speed(30) def setup(): global pos pos = -280 def draw(): global pos background(0) fill(1, 1, 0) oval(10, 10, WIDTH-20, HEIGHT-20) fill(0) oval(pos, 10, WIDTH-20, HEIGHT-20) if pos == WIDTH: pos = -280 else: pos += 1or do you mean the shape a planet's orbit makes, an ellipse? that's more complicated.
Posted by Zacharias Enochsson on May 31, 2007
Or are you talking about using Eclipse, the code-editor for editing NodeBox scripts?
Posted by anonymous on May 31, 2007
include("util/comment.php"); ?>
oh, that too...
Nodebox and Eclipse
Posted by Halftone on May 31, 2007Is possible to set eclipse to program in nodebox-python?