
-----------------------------------
broud13
Wed Jun 04, 2008 3:26 pm

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!


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



-----------------------------------
richcash
Wed Jun 04, 2008 3:32 pm

Re: I still dont get how view.update works here is an example pls fix it
-----------------------------------
Have you read  yet? Read and post back if you don't understand.

-----------------------------------
broud13
Wed Jun 04, 2008 5:08 pm

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!

-----------------------------------
jeffgreco13
Thu Jun 05, 2008 10:11 am

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?

-----------------------------------
SNIPERDUDE
Thu Jun 05, 2008 10:23 am

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...
