A Flash Developer Resource Site

Search:

Type: Posts; User: expert464

Search: Search took 0.05 seconds.

  1. [RESOLVED] [F8] problem with using a custom class inside a custom class

    I'm getting this error:
    Line 19: A function call on a non-function was attempted.
    var a:Meter = new Meter(32,34,0x0000ff,0,0);
    when I am trying to call a custom class (Meter) inside of...
  2. Nevermind, that actually did work. Thank you very...

    Nevermind, that actually did work. Thank you very much.
  3. No, that doesn't seem to work. It gives me an...

    No, that doesn't seem to work. It gives me an error that the property doesn't exist so I do

    var thisClass = this;

    instead, and then it accepts it but does not work. Maybe I need to rethink what...
  4. Class's movieclip calling a function in it's own class

    For the life of me I can't find an internet source that explains why this doesn't work. I know it's a scope problem but I know no other way around it and there must be a way to do it, I'm thinking.
    ...
  5. Replies
    4
    Views
    1,402

    The first function is simply placed in the first...

    The first function is simply placed in the first frame, not as a function for onEvent at all. The updateImages function is called on a button press. It should happen well after the first function is...
  6. Replies
    4
    Views
    1,402

    This is place on frame 1 of the movie ...

    This is place on frame 1 of the movie

    this.createEmptyMovieClip("pictures", this.getNextHighestDepth());
    loadVariables("load_pictures.php", pictures);
    function checkParamsLoaded() {
    var...
  7. Replies
    4
    Views
    1,402

    Assigning variables after createEmptyMovie

    I don't understand why this isn't working. I'm guessing it's a scope issue.

    What I have is a function which runs onLoad that gets variables from a PHP script that contains the path of a lot of...
Results 1 to 7 of 7




Click Here to Expand Forum to Full Width

HTML5 Development Center