Posted By
|
Message
|
RetroVirus
Registered 19/07/2003
Points 1
|
29th July, 2003 at 16:16:14 -
is there a way to make a "scene" scroll to another ... ??? (just like zelda ...)
or must i keep all in the same scene and do a custom scrolling ?
Hi! I'm a signature virus. Copy me into your signature to help me spread.
|
Lazernaut
Registered 08/09/2002
Points 1103
|
29th July, 2003 at 16:31:57 -
Do a DC search for it, i know a couple of examples have been made of it
n/a
|
Rycon
Registered 20/09/2002
Points 996
|
30th July, 2003 at 17:52:59 -
Simply make a invisable active object, always position screen to that object. When you want it to move over, set its speed to like 5, and its direction apropiantly. Track its X and Y cords with some counters, watch the counters closley and write down the X and Y cords where you want the screen to stop. So when it reaches those cords, stop. Theres a million ways to do it, and this way will take some more code then what I described, but you get the point.
We are the music makers, we are the dreamers of dreams...
|
AndyUK Mascot Maniac
Registered 01/08/2002
Points 14586
|
30th July, 2003 at 19:20:54 -
if i get what you are saying then keeping it all in the same frame is the only way i think it will work
unless you choose a different fadein/fade out transition for each direction you move
.
|
Rycon
Registered 20/09/2002
Points 996
|
30th July, 2003 at 23:08:37 -
If everything wont fit in the same frame, just scroll over and it will look like the next frame, then just switch it so it loads all the code. So pretty much your faking people out to make it look like its all in same frame, but actuley its just switching frames visualy silent.
We are the music makers, we are the dreamers of dreams...
|
|
|