Game Development Community

How can I Create multi-object as checkersdemo

by Skirock · in Torque Game Builder · 07/21/2006 (2:48 am) · 2 replies

In checkDemo, only two chess put on the top of the chessboard.when running game, we can see multi-chess are created and put in the right place we set , which part of the checkersdemo take charge it?

#1
07/21/2006 (4:52 am)
The actual checkers are created in 'checkersdemo/gameScripts/client/clientCheckers.cs'.
#2
07/21/2006 (9:46 pm)
Thanks a lot!