Some Questions
by Sam.E · in Torque Game Builder · 09/26/2008 (5:28 am) · 4 replies
Just some questions about TGB..
Q1) Is it possible to make the camera move with the player?
Example
000000000000000000
0-------------------------0
0|
0|
0| P
0|
0|
0-------------------------0
000000000000000000
0 = Game Arena
P = Player
The Box = Camera
I want it so if the player moves up the camera will move up and the bottom line of 0's will be out of sight and the if they walk down it will be insight.
Q2) Is Adobe Photoshop CS3 a good photo editing tool for TGB?
Q3) How do I change the look of the multi-player GUI box? Like when I go to connect or create a server?
Q1) Is it possible to make the camera move with the player?
Example
000000000000000000
0-------------------------0
0|
0|
0| P
0|
0|
0-------------------------0
000000000000000000
0 = Game Arena
P = Player
The Box = Camera
I want it so if the player moves up the camera will move up and the bottom line of 0's will be out of sight and the if they walk down it will be insight.
Q2) Is Adobe Photoshop CS3 a good photo editing tool for TGB?
Q3) How do I change the look of the multi-player GUI box? Like when I go to connect or create a server?
About the author
#2
09/26/2008 (4:07 pm)
Thanks, now all I need is Q3) Changing the multi-player GUI box?
#3
Like a " start game " button and then when the mouse is over it becomes " < start game > " and then when mouse is gone it becomes " start game "
09/26/2008 (5:41 pm)
Oh and one more thing, is there a way someone can show me a tutorial on how to make a mouse over event for a button in my main menu?Like a " start game " button and then when the mouse is over it becomes " < start game > " and then when mouse is gone it becomes " start game "
#4
Within that function you can do whatever you want to happen when the mouse enters the collision box of the start button. Make sure you have useMouseEvents checked for the button.
10/01/2008 (9:05 am)
Use afunction [i]insertNameofStartButton[/i]::onMouseEnter(%this, %modifier, %worldPosition, %clicks)
Within that function you can do whatever you want to happen when the mouse enters the collision box of the start button. Make sure you have useMouseEvents checked for the button.
Associate James Ford
Sickhead Games
2. yes