Posts: 6,129
Threads: 36
Joined: Jan 2009
How are you defining 'idx'? It's a bit hard to understand your problem when you haven't given us much to work with.
If you're sure the 'idx' variable has the proper ID that won't equal 0 or something else, try add a print() statement to track 'idx' below CreateDynamic3DTextLabel().
Posts: 282
Threads: 47
Joined: Feb 2011
Reputation:
0
Could it be the fact that idx = 0?
Posts: 6,129
Threads: 36
Joined: Jan 2009
Yes, that was generally what I was getting at. As I said, try printing the 'idx' variable.