
-----------------------------------
Gackt
Thu Dec 20, 2007 7:18 pm

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?

-----------------------------------
Nick
Thu Dec 20, 2007 8:36 pm

RE:Changing To A New Screen.
-----------------------------------
just changed the background pic

-----------------------------------
syntax_error
Thu Dec 20, 2007 8:56 pm

Re: Changing To A New Screen.
-----------------------------------
if you are doing some kind of graphic 
use
this to make it run smoothly


View.Set("offscreenonly")
some thing goes here
    cls
 



-----------------------------------
Lawlly
Thu Dec 20, 2007 10:04 pm

Re: Changing To A New Screen.
-----------------------------------
When your character's location is at specific location (the building) change the background.

-----------------------------------
Sean
Sun Dec 23, 2007 1:52 pm

Re: Changing To A New Screen.
-----------------------------------
Or make a level function, if player goes in door then level := %Building tag..
