Computer Science Canada

Liftmobober (odd but take a look :) )

Author:  uberwalla [ Sat Dec 02, 2006 12:32 am ]
Post subject:  Liftmobober (odd but take a look :) )

ok so im randomly making a lift for a game and am using a image of a life to represent it. my problem is that when it raises it leaves a red trail and stuff. how can i stop that? pic.free dont work for sure and i dont think draw a black pick over it would work cuz i would later have a background. here is what i got (not much but makes lift move right now Razz)

thx in advance.

Author:  ericfourfour [ Sat Dec 02, 2006 2:12 am ]
Post subject: 

That is easy. Just slap a
code:
View.Set ("offscreenonly")

at the top of your program and instead of
code:
delay (10)
View.Update

use
code:
View.Update
Time.DelaySinceLast (10) %Keeps fps consistant
cls

Author:  uberwalla [ Sat Dec 02, 2006 9:19 am ]
Post subject: 

(shoots himself) Shocked i am sooooo dumb i totally forgot cls. sry for this waste of time Razz and thank you very much man


: