Game Development Community

Change world scaling on keystroke

by Marcus Ilgner · in Torque Game Engine · 07/13/2003 (1:42 pm) · 1 replies

Hello guys,

I'm new to the Torque SDK and though I'm quite familiar with 3D coding in C++ I want to get familiar with the Torque scripting language.
As a first test I would like to change the player's size if the user presses a key on the keyboard.
I already managed to add a line 'scale = "0.5 0.5 0.5";' into game.cs to have another default scaling but I really would like to change this while the app is running.
Any ideas/hints/suggestions?

I really appreciate your help.
Greetings
Marcus

About the author

Recent Threads


#1
07/23/2003 (11:40 pm)
Someone posted a resource that will help ya' out emensely:

[url=http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=3977]

Hope that does it for ya.