Community

SCI Programming => Mega Tokyo SCI Archive => Topic started by: Lightfoot on December 30, 2002, 10:07:13 AM

Title: Room Changes
Post by: Lightfoot on December 30, 2002, 10:07:13 AM
I am pretty sure I am handling my room changes properly. But when I go to my second room, I can't change rooms anymore without it crashing. I can't go back to the first room, or go to any other adjacent rooms.

That's using either gEgo:OnControl or the North, east, south, west params.
Title: Re:Room Changes
Post by: Lightfoot on December 30, 2002, 10:10:54 AM
The other thing is that in my first room, the OnControl GREEN is suppose to change to the second. But it doesn't, it lags when ego passes over it, but the room doesn't change.
Title: Re:Room Changes
Post by: Lightfoot on December 31, 2002, 09:51:05 AM
This still doesn't work.
Title: Re:Room Changes
Post by: Eigen on December 31, 2002, 01:18:35 PM
Game edges should work when you open user.sc ,scroll down to (class Ego of Act and make those changes:

(class Ego of Act

    .......

Title: Re:Room Changes
Post by: Lightfoot on December 31, 2002, 01:23:34 PM
The trigger works for the screen edge, but it doesn't change rooms, it just freezes.

It doesn't matter what I set the start room or the second room to. I can only go to the second room then it freezes from there. even if I try to go back to the first room.

The OnControl doesn't work for the first room.
Title: Re:Room Changes
Post by: Eigen on December 31, 2002, 01:30:33 PM
Which SCI Studio version do you use?



-Eigen
Title: Re:Room Changes
Post by: Lightfoot on December 31, 2002, 09:40:44 PM
I beat it...

I increased the size of the control in room 1

and...

redrew room 2 the pic was gacked.
Title: Re:Room Changes
Post by: Lightfoot on January 02, 2003, 10:39:14 AM
Weird just changing the picture file fixed the room change problem.

I never would have guessed, except it was the only thing I didn't try.