A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Getting to know Flash IDEs

  1. #1
    Junior Member
    Join Date
    Jul 2015
    Posts
    1

    Getting to know Flash IDEs

    I am trying to learn AS3 by downloading Flash Projects(open source), but can't seem to really grasp the right way to get the projects to run (through compiling) with IDEs (I am using FlashDevelop as an IDE). I've downloaded this project from this site (among with others which did not work):

    http://www.flashkit.com/movies/Games...2372/index.php

    Here's what I try to do:

    I open a new Project on FlashDevelop
    I copy all the folders to src, and make the main file(In this project it's called "rhymingRockets.as") as the Document Class.
    I delete main.as (generated by default), and try to run it, but get the errors: Error: Definition fl.transitions.easing could not be found.
    Click here to see the problem

    If not on FlashDevelop, how do I compile as3 folders?
    ----------

    Another question: In the download link which i've provided, there's an .fla file. I opened it through Adobe Flash Pro XX, and I can see some images, but for some reason I can not see the code behind it. Is there a back panel for the coding part or something?

  2. #2
    Designer, Programmer, Musician angelhdz's Avatar
    Join Date
    Mar 2010
    Posts
    971
    In FlashDevelop, there is not fl package, which includes the transitions.easing and transitions.Tween classes. You need to download the fl.swc SWC file that include the fl folder and all its classes.
    Already mastering AS3. It was so fun. Now into Javascript and PHP and all its libraries

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center