Skip to main content
Participating Frequently
December 15, 2014
Question

Error 5007

  • December 15, 2014
  • 1 reply
  • 551 views

i did all of the instructions here (http://www.ehow.com/how_7355693_make-memory-game-flash.html)  but i keep getting 5007:An actionscript file must have at least one externally visible definition whenever i press ctrl+enter. i'm guessing it has something to do with the code...

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
December 15, 2014

It sounds like you have created a class file that only has "private" elements and you have not provided anything "public" that the outside world can use to work with the class.

Participating Frequently
December 16, 2014

i would appreciate it very much if you could tell me how to make it public if you got any free time

Ned Murphy
Legend
December 16, 2014

You will help yourself if you show the code when you are asking for help with a code problem