Game Development Community

Is there a way to change the 'isLooping' value?

by Kevin Epps · in Torque Game Builder · 03/20/2007 (9:23 am) · 1 replies

Is there a way to change 'isLooping' value of a description during runtime using script?

#1
03/20/2007 (11:08 pm)
Yes, there is. Just change it directly.
descriptionname.isLooping = true; // or false