Cast Member name in SuperHero trailer

Just upgraded imovie after upgrading to Mavericks. After creating a SuperHero trailer, I noticed the cast - in the credits - is still listed as Mom, Dad, Jia.
When I go to Outline, under cast, I can only set their sex (Male/Female). I cannot enter any names. Has anyone else experienced this bug?
  R.

This video is created with same template, see the issue
http://www.youtube.com/watch?v=-7I_-IcCynY

Similar Messages

  • Missing Cast member names in score

    Hi,
    I'm having a problem with the Score when I open Director.
    The names of the members on each sprite don't show up (see image), now I can work around this, but I'm editing someone else's document so locating each cast member on the score is turning into a time consuming and confusing issue.
    I'm on Director 2004 MX and I'm fairly new to Director so I haven't found anything in the help files or the forum

    Thank you!
    So obvious when you know how
    Cheers!

  • Changing the cast member of a sprite

    Hi, I have the following code so that when a user clicks on a
    shape (acting as a button), it changes the cast member of an
    existing sprite called "base" on the stage to an image cast member
    called "Italian Lira". However the code does not work, any
    suggestions what I have done wrong?
    on mouseUp me
    currency = "Italian Lira"
    sprite("base").member = member(currency)
    end

    Thanks for keeping me sane Mike. I've always used a global
    list with sprite
    assignments so I never had to deal with whether or not the
    sprite names
    feature worked. But I guess you've dispelled the myth.
    Thanks.
    I guess we still don't know whether "base" is a sprite name
    or mistakenly
    and cast member name. I see that we haven't heard back from
    pete_484 on
    this.
    Craig Wollman
    Lingo Specialist
    Word of Mouth Productions
    212-928-9581
    www.wordofmouthpros.com
    "Mike Blaustein" <[email protected]> wrote in
    message
    news:enthgu$22c$[email protected]..
    > Yes they did. I am not sure why so many people are
    saying not to do it,
    > because I name sprites in practically every project I do
    these days.
    > Assuming that you sprite is named correctly, this should
    work (I just
    > removed the word member in the 2nd line):
    >
    > on mouseUp me
    > currency = "Italian Lira"
    > sprite("base").member = currency
    > end

  • How do I get Lingo to cough up the member name of a sprite?

    I've tried:
    put the currentspriteNum into holding
    put the name of sprite holding
    That gives me empty quotes.
    I've tried:
    put the currentspriteNum into holding
    put the member of sprite holding
    That gives me a cast description such as
    (member 60 of castLib 1)
    I need Lingo to tell me the name of whichever cast member is the sprite - e.g. "snowman" or "soap" etc
    This is driving me nuts. Please help if you can.

    Thank you!!!!! It worked. You've saved me.

  • Create a child cast member

    Hi,
    I need to create a dynamic menu for an application. Right
    now I am creating every item as a new cast member:
    newMember = new(#text)
    member(newMember).name = "Item1"
    member(newMember).text = "Blabla"
    What I would like to do, is have an existing cast member with
    the good font, font size, color, etc... and in my lingo script,
    create all my new cast members based on the existing one, so I
    would only need to change the text it contains and not the color,
    size....
    It could also be usefull to do this since I could attach a
    behavior to the existing cast member and then all my new ones would
    have the same behavior attached to them.
    I hope this can be done, sorry if it is obvious, I'm in the
    process of learning Director and Lingo.
    Thanks,
    Pat

    Hi Pat, and welcome to the list.
    As for your question, I'd suggest you work with a single cast
    in general,
    unless it really helps organizing your project.
    Creating members on the fly -as it seems you are doing- is a
    much cleaner
    approach.
    Why don't you create a handler that would accept as arguments
    the formatting
    options and the member they should be applied to?
    Or e.g. two handlers that each would apply some fixed
    formatting to a member
    that is passed to it.
    The less the members, the smaller the project, btw.
    > It could also be useful to do this since I could attach
    a behavior to the
    > existing cast member
    I suppose you are talking about cast member scripts, not
    behaviors. Another
    thing you'd better avoid, since behaviors (scripts attached
    to sprites) are
    more flexible, receive notifications that script members
    don't (like e.g. on
    beginSprite), and are designed for oop (a reference to the
    script
    object -me- is passed as the first argument by the system
    when calling
    behaviors' handlers).
    "PDiLalla" <[email protected]> wrote in
    message
    news:f97p50$rh1$[email protected]..
    > Hi,
    >
    > I need to create a dynamic menu for an application.
    Right now I am
    > creating
    > every item as a new cast member:
    >
    > newMember = new(#text)
    > member(newMember).name = "Item1"
    > member(newMember).text = "Blabla"
    >
    > What I would like to do, is have an existing cast member
    with the good
    > font,
    > font size, color, etc... and in my lingo script, create
    all my new cast
    > members
    > based on the existing one, so I would only need to
    change the text it
    > contains
    > and not the color, size....
    >
    > It could also be usefull to do this since I could attach
    a behavior to the
    > existing cast member and then all my new ones would have
    the same behavior
    > attached to them.
    >
    > I hope this can be done, sorry if it is obvious, I'm in
    the process of
    > learning Director and Lingo.
    >
    > Thanks,
    > Pat
    >

  • Change image property changes member name

    Hello. I know that surely this is answered already. But can
    you tell me why if I change the image or picture property of a cast
    member it also changes the member's name? The thing is that I take
    the images from a valentina database and I put the on a list. Then
    I assign the image to a "joker" cast member. But as soon as I
    cahnge the cast member image it also changes the name of it and I
    can't refer to it anymore
    Thanks a lot

    I get sdome images to a lingo list with getImage valentina
    function. then I do
    member("joker").image = imagelist[1]
    and the name of the member changes to the filename of the
    image in imagelist[1].
    If I do the same with picture property there is no problem
    and the image pereserves its name. So I guess I will use the
    picture property ans getPicture function
    johnAq's approach also works. I also agree that there is a
    mistake to my code(lingo specific) , maybe references or something
    but I don't know what is exactly.
    thanks a lot

  • Script cast member not found

    Can anyone tell me why the %^$& I get a "script cast
    member not found"
    error?
    I've been working in Director for 17 years and I get this
    from time to time.
    I generally just copy the code from the behavior, paste it
    into a new
    behavior, name the new one the same as the old on, then copy
    the new cast
    member over the old one and it solves it. But it happened
    rarely enough
    that I didn't bother questioning why. I know it's not a
    syntax error
    because the code runs fine after the above process. But it
    does only
    happens when I've made a change to the code in that behavior.
    Now I'm working with a simple movie with one parent script
    and a
    prepareMovie handler that instantiates one child object and
    I'm getting this
    darn error all the time. My above solution isn't working
    anymore. The
    error points to the first line of a particular handler. That
    first line was
    a comment. So I got rid of the comment and the new first line
    of the
    handler is code and the error points to it. If you see where
    I'm headding,
    no matter how many lines of "errored" code I get rid of the
    error alert will
    always point to the first line of that handler.
    I'm sure many have seen this because it's happened in almost
    every version
    of Director I've owned. And by the way, I'm in MX on a PC.
    Craig Wollman
    Lingo Specialist
    Word of Mouth Productions
    212-928-9581
    www.wordofmouthpros.com

    Dean, I might do that. No, this has been going on long enough
    that I sure
    it's not any definable user error.
    But, I did, after all of these years, discover something last
    night. In one
    case, I did get a legitimate script error that I fixed. When
    I ran the
    project again, I received the same script error, even though
    it was a simple
    fix and I was sure I corrected it. I recompiled several times
    and ran it
    again and received the error again. Then it dawned on me that
    since parent
    scripts remain in memory until disposed of, Director must
    have been, for
    some reason, referring to the old parent script. I had
    already set the
    object's global variable to 0 in my stopMovie handler and
    even though that
    handler might not always run when errors occur, I ran it from
    the message
    window to insure that the object's global was 0. But that
    still didn't
    solve the problem. Then I used clearGlobals in the message
    window and
    voila, the issue went away. Dare I say that this is a
    shortcoming of
    Lingo's design to allow variables to persist/linger after an
    error?
    But what still baffles me is that most of the time when I get
    that
    particular error,, even though I seemed to have found a
    workaround, it is
    not an actual issue with any code.
    When it happens again, I'll send you the code. Obviously, if
    I'm correct
    about the scripts lingering in memory, then you won't receive
    the error when
    you run the movie.
    I just find it interesting that there haven't been a bunch of
    "Yeah, I get
    that darn thing too" here.
    Craig
    Craig Wollman
    Lingo Specialist
    Word of Mouth Productions
    212-928-9581
    www.wordofmouthpros.com
    "Dean Utian" <[email protected]> wrote in message
    news:[email protected]...
    > Hi Craig,
    >
    > Could it be a simple mistake of the script type not
    being properly defined
    > (movie/parent/behavior)?
    >
    > If you have a very baic movie where this error occurs
    repeatedly, you
    > could
    > email me ([email protected]) and I'll take a fresh
    perspective look at
    > it.
    >
    > regards
    > Dean
    >
    > Director Lecturer / Consultant
    >
    http://www.fbe.unsw.edu.au/learning/director
    >
    http://www.multimediacreative.com.au
    >
    >
    >
    >

  • Validation Rule Error :Invalid Member Name In Lookup ({|0|}) value

    We defined fdm validation rule as follows.
    |Actual, April, 2010, YTD, ENTITY CURRENCY, Mumbai, TotalAssets, [NONE], [NONE], [NONE], [NONE], [NONE]|-|Actual, April, 2010, YTD, ENTITY CURRENCY, Mumbai, TotalLiabilities, [NONE], [NONE], [NONE], [NONE], [NONE]|= 0
    After testing the above rule definition, it gives below error message.
    Err = Invalid Member Name In Lookup ({|0|}) value in ID indicates invalid member)
    Scenario: ACTUAL [1]
    Year: 2010 [2010]
    Period: APRIL [83886080]
    View: YTD [2]
    Entity: MUMBAI [7]
    Parent Entity: MUMBAI [7]
    Value: ENTITY CURRENCY [-1]
    Account: TOTALASSETS [150]
    ICP: [NONE] [-1]
    C1: [MISSING_VALUE] [-1]
    C2: [NONE] [0]
    C3: [NONE] [0]
    C4: [NONE] [0]
    Lookup Error (2)
    Err = Invalid Member Name In Lookup ({|0|}) value in ID indicates invalid member)
    Scenario: ACTUAL [1]
    Year: 2010 [2010]
    Period: APRIL [83886080]
    View: YTD [2]
    Entity: MUMBAI [7]
    Parent Entity: MUMBAI [7]
    Value: ENTITY CURRENCY [-1]
    Account: TOTALLIABILITIES [-1]
    ICP: [NONE] [-1]
    C1: [MISSING_VALUE] [-1]
    C2: [NONE] [0]
    C3: [NONE] [0]
    C4: [NONE] [0]
    Also we could see in the Expression after lookup substitution (scratch pad): we are getting 0-0=0.
    Please provide you inputs.

    I have not looked closely, but C1 is showing as "Missing Value". Have you checked to see if [None] is a valid member for the account you have selected (TotalLiabilities)?

  • Selecting Member Name and also Alias in Web Analysis report

    I have made a web analysis report and now i want to show member names as well as alias of the members which i have selected on row side. How can i do that?
    Thanks in advance.

    in the member properties, you have an option to show alias, member name, or both. Click on both / alias as per the requirement

  • How can I pass value based on member names in a script in 11.1.1.3

    I want to pass a value to only those members of CostCenter dimension which has "5" in their name.
    Eg.
    C12345100
    C34565210
    C34217890
    So in the above case the value should exist only in the above 2 cost centers.
    Can someone guide me in the right direction to accomplish this ?
    Thanks in advance

    Just now I got more clearance on the requirement.
    I want to create blocks only on the selected Cost Centers & Business Unit combination.
    I have the following members in both these dimensions
    Cost Centers
    C12345980
    C12345981
    C12345982
    Business Unit
    BU5980
    BU5981
    BU5555
    Now I want to pass a value to one of the dense dimension members from Measure dimension (member name = CrtBlk) to only those CCs & BUs where the last 4 digit matches.
    So in this case it will be for only the first 2 cost centers.
    Thanks in advance.

  • List of avaliable MDX properties / Always show member name instead of alias

    Hi all,
    does anyone know if there is a list of ALL available MDX properties which can be used in an MDX query with Essbase?
    There is a very small list in the technical documentation (http://docs.oracle.com/cd/E12825_01/epm.111/esb_techref/mdx_properties.htm), however I know there are a lot more properties.
    E.g. one property which is not documented is ANCESTOR_NAMES:
    WITH MEMBER [Year].[dummy] AS '0', SOLVE_ORDER = 0
    SELECT {[Year].[dummy]} on columns,
    [Account].Members properties ANCESTOR_NAMES on rows
    FROM [App.Db];
    Anyone knows if there is such a list?
    And another question:
    The Query always brings up the alias of the members (e.g. [Account].Members). Is there a way that per default the member name instead of the alias is used? Without using the MEMBER_NAME property?
    Essbase version: 11.1.1.3
    Thanks
    Th

    amaerki wrote:
    For the second question regarding the member name try the following statement in a MaxL session:
    alter session set dml_output alias off;works like a charm, many thanks.
    Anyone an idea on the list of properties?
    Edit: found something related to XMLA: http://docs.oracle.com/cd/E12825_01/epm.111/aps_admin/ch03s03s07.html
    However, e.g. the porperty PARENT_UNIQUE_NAME does not work. Also the Book MDX solutions has a list with it with e.g. PARENT_UNIQUE_NAME specified which does not work...
    Anyone an idea how to get a list of all properties valid with MDX using Essbase?

  • Backup 3.1 V356 .Mac member name or password is not set

    Hello,
    I recently changed my .Mac Password and since I have done so, backup fails with .Mac member name or password is not set when I try and backup my personal data to my iDisk.
    I read on the Backup help to delete all associations with .Mac in the Keychain, which I did (I had this error before deleting the Keychain error: Invalid .Mac user name or password
    Unable to complete backup at this time.) I believe I deleted all of them and now how the Member name or password is not set. My way of trying to fix this was by going to the finder and clicking on the iDisk. I did this, it prompted me for the Username and Password, I re-opened backup and still no joy.
    Can anybody else think of anything?
    Do I need to delete backup and re-install it or something?

    Things to try
    System Preferences in the Internet section, under the Account table, re-enter your .mac email address and password
    On your hard drive go to Library/Keychain and see if there are any values for .mac
    JTS

  • Can we use Aliases instead of member name in Calc Manager

    We migrated business rules to Calc Manager. After migration Calc Managers are not getting validated (stating the member is missing in the database). Later found out that in the script it has alias name instead of member name which was causing this error.
    example
    Member name = C001
    Alias = Texas
    in the script it is mentioned Texas = 5; (this statement throws an error while validating, stating Texas is not present in the outline, even though Texas is present in the Alias table as an alias for C001).
    Once I modify the script to C001 = 5; it gets validated without any issue.
    Does this mean in Calc Manager we cannot use Aliases unlike business rules and Calc Scripts?
    Please advice.

    The 'Defects Fixed' section of the release notes for 11.1.2 includes...
    "Calculation scripts validate inconsistently in Essbase and Calculation Manager (8800397)."
    ...which is pretty broad!
    Can you run the rules OK? If so, I'd just ignore the Calculation Manager validation message.

  • Changing a member name in Essbase

    In my ASO cube - I need to change both a level 0 and parent member name in EAS. Is it as easy as edit member properties and typing in the new name? Does the existing data follow? Also, does going from lower case to upper case create a similar change in the outline?
    Thanks,
    Paul

    Hi Paul
    In my ASO cube - I need to change both a level 0 and parent member name in EAS. Is it as easy as edit member properties and typing in the new name? Does the existing data follow? Also, does going from lower case to upper case create a similar change in the outline?you can also use rule file to change the alias name if you are trying to change the alias name in bulk, but if you have to do for few members then goto edit member properties and change the alias it will be an easy process,
    change of alias name doesnot harm your datayes going from Lower Case to Upper Case create similar change to outline
    Thanks,
    Avneet Singh

  • Reading data from a text file into PAS - Dimension member names truncated

    Hi,
    I created a procedure to dump variables and data into a text file to load into another model. I used a semicolon as a field seperator.
    The data, measures and dimension members are dumped properly into a text file and no dimension member names are truncated .
    However when I read the data into  a measure, and I issue a peek command, dimension meber names are read in truncated
    and remain full names in the text file. Any reason for this? What do I need to do to prevent this from happening?
    THanks.
    Lungile

    Hi Lungile,
    The problem that you're likely having is that you haven't created a file description for the file from which you're reading.  When loading data into Application Server from a text file, you would normally go through three steps:
    1. Enter the ACCESS EXTERNAL subsystem
    2. Specify the name of the file to be read
    3. Specify the format of the file field names, types, widths, and positions.
    If you go into the Application Server help, select "Application Server Help", then "Application Server at the command level", then "Variables and reading in data", and then "Reading an external file", you will have the process of the steps you need to follow outlined for you, including links to the help topic for each command you need to issue.
    So what I think you need to do is use the DESCRIPTION command to specify the names of your fields, their type, and also their width, in order to ensure no truncation of data on the load.
    The same DESCRIPTION statement is required if you want to use your text file as the source of a dimension.
    Hope this helps,
    Robert

Maybe you are looking for