Community

SCI Programming => Mega Tokyo SCI Archive => Topic started by: FastaKilla on March 31, 2003, 07:47:10 PM

Title: How do you do closeups?
Post by: FastaKilla on March 31, 2003, 07:47:10 PM
How do you do closeups where you look at someone and they take up the whole pic? (it is in a lot of games, like LSL and Codename Iceman)
Title: Re:How do you do closeups?
Post by: Eigen on April 01, 2003, 01:27:32 PM
Just create a new room with the close-up pic in the background. So if player talks to the character it goes to the that room. Then set the cursor to keyboard cursor (not neccesary) and code all kinds of possible inputs that player can say. Like "hello" and "bye". And if said "back etc..." then return to previous room
Hope that helped.



-Eigen
Title: Re:How do you do closeups?
Post by: FastaKilla on April 01, 2003, 07:00:47 PM
Thanks, it works now ;D