How can i fix this error
Copy link to clipboard
Copied
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at flipline.api::FliplineAPI/onLicenseSite()
at tacoGame.utils::APIHelper/initAPI()
at tacoGame.core::GameModule/initGame()
Copy link to clipboard
Copied
click file>publish settings>swf>and tick "permit debugging". retest and the the problematic line number with the null object will be in the error message.
if it's not obvious what reference in that line triggered the error, use the trace statement above the problematic line to pinpoint the null reference.
Copy link to clipboard
Copied
i did activate permit debugging but when i debug it just crash
Copy link to clipboard
Copied
test your file and the error message should appear (unless the animate program itself is crashing).

