Hello Guest

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nicmar

Pages: [1]
1
Support / Re: The name 'tk2dTextMesh' does not denote a valid type
« on: November 09, 2014, 11:21:22 pm »
Thanks for the quick reply, it worked! :)

2
Support / The name 'tk2dTextMesh' does not denote a valid type
« on: November 08, 2014, 10:55:28 pm »
I just bought 2D toolkit, looks very fun and promising, and I'm trying the tutorial on text meshes. Everything worked fine until the scripting part.

Even the first line of code gives me an error:
Code: [Select]
private var textMesh : tk2dTextMesh;
The name 'tk2dTextMesh' does not denote a valid type ('not found')

Did I miss something?


EDIT: The CS-script works, but not the JS. I need the JS since I will put it inside another JS-script. Thanks for any help! :)

Pages: [1]