Computer Science Canada

Turing

Author:  Jay.Jega [ Sat Jan 15, 2011 12:00 pm ]
Post subject:  Turing

Okay So I was assigned to make a animation of a pizza where it is showen step by step and in de end it goes into the oven, i am at the part where it needs to go into de oven i have created the oven but im not sure how it will go in?

Author:  Dragon20942 [ Tue Jan 18, 2011 8:13 pm ]
Post subject:  RE:Turing

var x := 50

Loop
Pic.draw (image,x,100,picCopy)
x + 1
delay (whatever)
cls
if pizza is in oven, then exit
end loop

continue.

Basically enter a loop where a variable determining the pizza's position changes, and viola, a moving pizza.


: