my interests and experiences
RSS icon Email icon Home icon
  • movieclip instance name to string

    The way to get the instance name of a movie clip to a string is to use

    [instanceName].toString();

    rather than

    instanceName.toString();

    the later will just return something to the effect of [Object object]
    This is a very simple script, but it also can be very useful!