A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: What is this data type?

  1. #1
    Member
    Join Date
    Sep 2010
    Posts
    32

    What is this data type?

    Actionscript Code:
    function testMe(funcName){
                   
        return new funcName();
                   
    }


    I have a movieclip linkage name waterTile.
    i want to dynamically change function name

    Example
    testMe(waterTile);

    it will return waterTile();

    what is the data type of funcName?

  2. #2
    Will moderate for beer
    Join Date
    Apr 2007
    Location
    Austin, TX
    Posts
    6,801
    Class.

    And it's not a function name.

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