A Flash Developer Resource Site

Search:

Type: Posts; User: Dreamcaster

Search: Search took 0.02 seconds.

  1. Error #1010 in referencing items in an array

    So, when I try to move my "stars" I get a 1010 error. when I try to loop a singular item, it works, but dynamically... it's a different story.

    Using FlashDevelop.

    main()

    package
    {
    import...
  2. Thread: Preloader

    by Dreamcaster
    Replies
    2
    Views
    1,031

    looked up the first link for as3 preloader and...

    looked up the first link for as3 preloader and got this:

    stop();

    //Import the required assets
    import flash.display.*;
    //Stop the playhead while loading occurs
    this.stop();

    //Create a...
  3. Replies
    3
    Views
    7,820

    I see... Thanks a lot!!!!! But now I get this: ...

    I see... Thanks a lot!!!!! But now I get this:

    [Fault] exception, information=TypeError: Error #1009: Cannot access a property or method of a null object reference.

    Any thoughts?
  4. Replies
    3
    Views
    7,820

    (as3) Classes and methods

    Okay... I'm trying to call methods from a class to no avail. It just tells me that I have undefined methods.

    Why?

    main.as:
    package
    {
    import flash.display.Sprite;
    import...
  5. Replies
    3
    Views
    882

    Sample

    Yay for code snippets!


    /* Click to Go to Frame and Stop
    Clicking on the specified symbol instance moves the playhead to the specified frame in the timeline and stops the movie.
    Can be used on...
  6. Replies
    0
    Views
    1,732

    (AS3) Virtual time line?

    Hi guys! I dropped programming for a while and now I am trying to pick it back up

    Geez... things sure have changed since AS 1&2 days.

    I need to figure out how to create a virtual timeline in...
  7. Getting a game to load images from a DB

    Okay, I need help. I can't get the damn thing to work.
    I didn't make the original game and I'm pretty sure it was done in flash 5. Help? Please? source stuff
Results 1 to 7 of 7




Click Here to Expand Forum to Full Width

HTML5 Development Center