boocloud214
|
Posted: Mon Mar 24, 2008 9:53 pm Post subject: [Turing]-Animation..movement |
|
|
Im completely new to Turing and this.Language (i think it'sa language but w/e)
Anyway, im trying to get this thing to alternate between the 2 things i have made.
View.Set ("graphics")
%Head
drawfilloval (300,320,50,50,7)
%Body
Draw.Line (304,271,304,130,7)
%Left arm
Draw.Line (304,271,200,240,7)
Draw.Line (250,304,200,240,7)
%Right arm
Draw.Line (304,270,450,350,7)
%Left leg
Draw.Line (250,1,304,130,7)
%Right Leg
Draw.Line (360,1,304,130,7)
cls
%Head
drawfilloval (300,320,50,50,7)
%Body
Draw.Line (304,271,304,130,7)
%Left arm
Draw.Line (304,270,130,350,7)
%Right arm
Draw.Line (304,271,400,240,7)
Draw.Line (360,316,400,240,7)
%Left leg
Draw.Line (250,1,304,130,7)
%Right Leg
Draw.Line (360,1,304,130,7)
Problem is, i dont know how >.<
Someone help please? |
|
|