Computer Science Canada I still dont get how view.update works here is an example pls fix it |
Author: | broud13 [ Wed Jun 04, 2008 3:26 pm ] |
Post subject: | I still dont get how view.update works here is an example pls fix it |
here is program of a simple star moving across the screen but it blinks alot so how would I make it so that it doesnt blink and I've heard using View.Update works well to fix this but i dont get where to put it and we have a quizon this stuff tommorow so can u guys help me out thanks! Quote: var ax := 10 var ay := 210 loop ax := ax + 5 drawfillstar (ax, ay, ax + 70, ay + 70, 5) exit when ax = 600 delay(10) cls end loop |
Author: | richcash [ Wed Jun 04, 2008 3:32 pm ] |
Post subject: | Re: I still dont get how view.update works here is an example pls fix it |
Have you read this yet? Read and post back if you don't understand. |
Author: | broud13 [ Wed Jun 04, 2008 5:08 pm ] |
Post subject: | Re: I still dont get how view.update works here is an example pls fix it |
dude thanks I wish I saw that posr earlier u rock thanks now I understand it! |
Author: | jeffgreco13 [ Thu Jun 05, 2008 10:11 am ] |
Post subject: | Re: I still dont get how view.update works here is an example pls fix it |
Honestly, I love that tutorial. It explains the whole View.Set concept so clearly. Has it been stickied? |
Author: | SNIPERDUDE [ Thu Jun 05, 2008 10:23 am ] |
Post subject: | RE:I still dont get how view.update works here is an example pls fix it |
I believe so, it was one of my fav first tutorials... |