Game Development Community

Re-learning

by Benjamin Cole · in Torque Game Builder · 08/20/2006 (5:42 pm) · 2 replies

AHHHHH!!!!

*whewh, ok. Got that out of my system*

I'm not sure if I'm the only one, but is anyone else struggling with trying to re-learn the torque script syntax after beta 2? I'm having trouble now just putting sprites onscreen from script, and I can't seem to find any tutorials that help.

Can anyone recommend any good documentation on how to create and manage sprites from script?

#1
08/21/2006 (9:42 pm)
It should be virtually the same, except now there isn't a scenegraph defaulted to the name of " t2dScene"... you can replace t2dScene with "SceneWindow2D.getSceneGraph();" or just name your scenegraph something else in the Level Builder.
#2
08/21/2006 (10:09 pm)
Like matt said its really about the same.

I got out of it for awhile myself while focusing on art for the past 8 months. I'd really recomend checking out some of the tuts and learning how to use the level builder. I've found it to be much more productive. Instead of spending time resizing sprites and trying to get the mount points right ive been working on the harder script issues and art.

anyways just my 2cents

- J