I'm trying to create a module for text effects that uses an object for each letter. The text effects are all part of a module, and the letter's methods use functions from the rest of the module, so they have to be in the same file. :(Nasty Loop)
Unfortunately, the compiler won't seem to let me create a object from a module function (Unable to convert from '<unknown>' to 'Letter' in the line 'local l:Letter = new letter'. Does anyone have any advice on the situation?
Thanks,
KrayzBlu
Unfortunately, the compiler won't seem to let me create a object from a module function (Unable to convert from '<unknown>' to 'Letter' in the line 'local l:Letter = new letter'. Does anyone have any advice on the situation?
Thanks,
KrayzBlu