Game Development Community

01Script

by rennie moffat · in Torque Game Builder · 10/15/2009 (10:48 am) · 1 replies

Hi, I was just studying line by line a tutorial which uses movement (player input) anyhow, it uses the moveUp, moveDown, MoveLeft, MoveRight, in the code, posted below. My problem was in understanding this that the code never seemed to define what moveUp. down etc is, so I looked it up and found this page. http://tdn.garagegames.com/wiki/TorqueScript/Console:_Functions

It lists moveUP etc, as undocumented but part of 01Script. I am wondering what 01 Script is persciely and if it should be investigated for a newbie.

About the author

My thanks to Garage Games and the Garage Games Community combined with owned determination I got one game up, Temple Racer and I am looking to build more interesting, fun games for the mass market of the iOS app store.


#1
10/15/2009 (10:52 am)
My bad he is not using MoveUp, he is using up, down etc, with in the function, moveUp, move ect is the function. Still this does bring me to a question... Does torque understand left, right, up, down like it would understand setLinearVelocity?