Alright, so i am working on a game, and i have a document class set. now i want to add some AS to the main timeline, such as a preloader and other little things. but when i do put some AS on the timeline, it throws this error:
1180: Call to a possibly undefined method addFrameScript.
and highlights:
package {
as the target/source of the error.
Any solutions to this?