A Flash Developer Resource Site

Search:

Type: Posts; User: Magister Arenei

Page 1 of 11 1 2 3 4

Search: Search took 0.06 seconds.

  1. Not quite sure of that last question!! But I will...

    Not quite sure of that last question!! But I will try to answer!

    Any time you target a movie, you will use the instance name
    unless it is the movie you are targeting from.

    Examples:
    mc with...
  2. b3nch08, The fla file that I got had a...

    b3nch08,

    The fla file that I got had a movie name of "animate"
    and it didn't have a instance name.

    Ctrl + i to bring the instance panel up and then
    select the movie by clicking on it....
  3. b3nch08, Must have been a long day!!!:)...

    b3nch08,

    Must have been a long day!!!:)
    The only thing you need to add in order to make
    the mc play is an instance name.
    The mc "animate" had the instance name field blank!!

    Hope this...
  4. j.gilbert, Nothing left out of the code...

    j.gilbert,

    Nothing left out of the code that would be needed for
    snapping puzzle parts into place.

    Since I can't see your code, this logic has the puzzle parts
    being dropped onto objects...
  5. Replies
    4
    Views
    431

    Daffy and kidder, The loaded mc can have...

    Daffy and kidder,

    The loaded mc can have all its properties set, just as if it is
    a regular mc. The only thing that doesn't work is the duplicate.
    But I am sure that you are right about it...
  6. Replies
    4
    Views
    431

    :confused:This should be and easy one, but it...

    :confused:This should be and easy one, but it doesn't work.:confused:

    I am trying to duplicate a mc that has been loaded into
    another mc with instance name of "mc1" all on level0

    Load Movie...
  7. Replies
    1
    Views
    535

    calvins, Actually there is nothing wrong...

    calvins,

    Actually there is nothing wrong with your code, if Flash
    could load "living.swf" in a lot less that a micro second.:D
    But since we don't have speed of light machines, you
    will...
  8. Replies
    1
    Views
    452

    chewan, Since there are braces in your...

    chewan,

    Since there are braces in your script, I will give
    you the answer using version 5 script. Also you didn't say
    how the variable y was set, so I let the button do all the
    work and...
  9. Replies
    0
    Views
    338

    :confused:This should be and easy one, but it...

    :confused:This should be and easy one, but it doesn't work.:confused:

    I am trying to duplicate a mc that has been loaded into
    another mc with instance name of "mc1" all on level0

    Load Movie...
  10. Replies
    2
    Views
    441

    jrade. This should be what you are looking...

    jrade.

    This should be what you are looking for.

    Set Variable: "var" = "311"
    Get URL ("http://whatever.com/channel"&var , window="_self")

    Hope this helps.
    :)MA
  11. cmoseman, Close, real close!!!! This is...

    cmoseman,

    Close, real close!!!!
    This is what it should look like. And you really
    don't need the /'s but I always use them. Keeps
    me from getting confused about what path an object
    is in!!!...
  12. Need a few of you to check this out. Would...

    Need a few of you to check this out.
    Would really like to know if livingfire and myself
    have just made a mistake (I hope) or is there
    really a bug!!!!!!
    ...
  13. Replies
    8
    Views
    633

    spaceGhost, With what you said, it should...

    spaceGhost,

    With what you said, it should work. So I
    am going to have to make a guess.

    The targeting to the variable is probably wrong.
    Was it set on level0 or in the second mc.

    If...
  14. Replies
    4
    Views
    675

    Alwinch, :confused:Should work, I do sound...

    Alwinch,

    :confused:Should work, I do sound like that all the time.
    And with it being nothing complicated, it doesn't make
    sense. Maybe you could strip down the fla with just
    the failing part...
  15. Replies
    1
    Views
    397

    tedandted, This is a quick and easy...

    tedandted,

    This is a quick and easy script for double click.
    You could also have a secondary mc start with the
    first click that would reset the variable to 0
    if it wasn't clicked the...
  16. Replies
    4
    Views
    675

    Alwinch, If everything you said was...

    Alwinch,

    If everything you said was correct!
    It should work. So we will have to look at it
    as if something you said was wrong and the only
    guess would be. Are you sure that it is on _level3....
  17. Replies
    1
    Views
    547

    nubian niht, That is done in java. If you...

    nubian niht,

    That is done in java. If you want to use one like that
    just left click on the picture. It will take you to the site
    that made that jave applet.

    I think I saw a similar effect...
  18. bill999, Here is the script that will do...

    bill999,

    Here is the script that will do what you asked for.
    Granted, it could probably be cleaned up a little.
    But Flash is just a hobby for me.

    Set Variable: "start" = 1
    Set Variable:...
  19. Replies
    5
    Views
    713

    jammer2000, MPG answered the mc question...

    jammer2000,

    MPG answered the mc question but that leaves one more.

    When you bring up help, select Action Script dictionary
    then the N-R catagory and you should then see Number (function)...
  20. flashkitok, The script in the button...

    flashkitok,

    The script in the button should be On(Key:
    not On(Release:

    On (Key: <Enter>)
    Go to and Stop (1)
    End On

    Also the user has to click within the movie in
  21. Replies
    2
    Views
    639

    dreamfx, The first thing I noticed wrong...

    dreamfx,

    The first thing I noticed wrong is, button one(1) and five(5)
    start out setting variable "THREE" to 3 then check to see
    if it is greater than 3. In this case it could never be...
  22. Replies
    1
    Views
    521

    jumpingjackflash, Nope! No Flash virus!!!...

    jumpingjackflash,

    Nope! No Flash virus!!!

    But most of us have had the same porblem and
    the ones that haven't just won't own up to it. Especially
    after looking for the problem...
  23. Replies
    5
    Views
    713

    jammer2000, Question (1) It will be...

    jammer2000,

    Question (1)
    It will be much better if you read this from the Flash
    help. Bring up help and search using "Number (function)"
    That should explain it better than I...
  24. Replies
    2
    Views
    969

    rworld, Chameleon gave an idea that will...

    rworld,

    Chameleon gave an idea that will work but a cleaner
    way would be to add a mc that would do the reversing.
    It could be modified to reverse any mc in the movie.


    Example of reverse...
  25. Replies
    2
    Views
    591

    aurin, You have a targeting problem. When...

    aurin,

    You have a targeting problem. When using scenes
    you have to only use lables for goto action. To make
    your button work if it is in a mc, use the following
    script. The label name for...
Results 1 to 25 of 267
Page 1 of 11 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center