Changing To A New Screen.
Author |
Message |
Gackt
|
Posted: Thu Dec 20, 2007 7:18 pm Post subject: Changing To A New Screen. |
|
|
Hey, Tis me again, Sorry about all the dumb questions and such, But how would I change my screen from 1 to another.
Ex. My character walks into a building, then the New screen comes up.
Would i just use CLS cause i tried that and it glitches really badly, or what else would i do? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Nick
|
Posted: Thu Dec 20, 2007 8:36 pm Post subject: RE:Changing To A New Screen. |
|
|
just changed the background pic |
|
|
|
|
|
syntax_error
|
Posted: Thu Dec 20, 2007 8:56 pm Post subject: Re: Changing To A New Screen. |
|
|
if you are doing some kind of graphic
use
this to make it run smoothly
code: |
View.Set("offscreenonly")
some thing goes here
cls
|
|
|
|
|
|
|
Lawlly
|
Posted: Thu Dec 20, 2007 10:04 pm Post subject: Re: Changing To A New Screen. |
|
|
When your character's location is at specific location (the building) change the background. |
|
|
|
|
|
Sean
|
Posted: Sun Dec 23, 2007 1:52 pm Post subject: Re: Changing To A New Screen. |
|
|
Or make a level function, if player goes in door then level := %Building tag.. |
|
|
|
|
|
|
|