Hi Balidani – I started out with Java too and then migrated over to flash. It took a while to pick it up properly – it works very differently – but once I got started it was fairly simple.
Symbols are just movieclips that are stored in the library – they allow you to re-use graphics in your game (in simple terms). You can put actionscript on the timeline within the symbol so that every time the frame with the actions in is reached, your actions will run.
If you have a Javascript knowledege, this will probably help you more with AS.
|