I tried running the AS3 source code in flash CS3 and even CS4 (that a friend of mine already got) but the buttons don’t work and the 3 (play, normal and hard) buttons appear at the same time. Am I supposed to fix it? :)
The problem is that the Flash compiler expects all the .as files to be in the same directory as the .fla, and doesn’t check any subdirectories unless you tell it to. There are two ways to fix this:
1. Set the compiler to also look in the /Classes/ directory,
2. Copy all the .as files from /Classes/ to the project root directory.