A Flash Developer Resource Site

Search:

Type: Posts; User: plasnid

Page 1 of 6 1 2 3 4

Search: Search took 0.06 seconds.

  1. google maps swc placement for flashpro project using flashbuilder...a little confused

    Good Day,

    I have a flashbuilder flashprofessional project. I'm trying to use the google maps flash swc. According to the install instructions the swc goes into components. That part is...
  2. Thread: AS2 Issue

    by plasnid
    Replies
    2
    Views
    434

    try the following on(release){ ...

    try the following



    on(release){
    _parent.play();
    }


    or
  3. Replies
    2
    Views
    345

    AS3 loading as2 can be done. The issues is that...

    AS3 loading as2 can be done. The issues is that they use different virtual machines to run. To get around this, you could have the communicate using local connection.
  4. Replies
    24
    Views
    1,464

    You are so very close. The problem is that you...

    You are so very close. The problem is that you are using the wrong kind of bracket. Try this:


    stop();
    Cavalry_FullText.onRelease= function(){
    gotoAndStop(1);
    };
    Cavalry_Occ.onRelease=...
  5. Replies
    24
    Views
    1,464

    Ahh I see:) No worries. Chances are that you...

    Ahh I see:) No worries. Chances are that you have a stop() at the start of your animation. Your animation should be a timeline inside of a movieClip on your stage. Give that movieClip a name. ...
  6. Replies
    24
    Views
    1,464

    Hi bclaywalsh, I did a little digging and...

    Hi bclaywalsh,

    I did a little digging and the good folks at Adobe/Macromedia actually warn against using scenes. I don't know how much redo this will take, but you might want to take the...
  7. Replies
    2
    Views
    450

    MX04 Good Day Huwrich, What the code is doing...

    Good Day Huwrich,

    What the code is doing is printing the whole stage, but the error is that the term "3tenses" should not be there. What should be there is either bmovie, bmax, or bframe
    ...
  8. Replies
    2
    Views
    450

    MX04 Good Day Huwrich, What the code is doing...

    Good Day Huwrich,

    What the code is doing is printing the whole stage, but the error is that the term "3tenses" should not be there. What should be there is either bmovie, bmax, or bframe
    ...
  9. Replies
    1
    Views
    612

    If I read your question correctly, it seems that...

    If I read your question correctly, it seems that you want to refresh the content without refreshing the entire page (ie. so your music doesn't reset whenever you navigate to new content).

    In this...
  10. Replies
    29
    Views
    1,838

    Make your animation in flash, then export one of...

    Make your animation in flash, then export one of the video formats and convert it in a separate program to an mpeg. Then upload your mpeg to youtube. Full instructions for formatting can be found...
  11. Replies
    4
    Views
    856

    A good place to start is with placing your nav...

    A good place to start is with placing your nav buttons on the stage. For example to get four in a row. Here is an example of how I would start this. Boxo in this case is a reference to a movieclip...
  12. Replies
    2
    Views
    483

    You could do a hittest on an invisible shape in...

    You could do a hittest on an invisible shape in the target area. That would do the trick.
  13. Replies
    4
    Views
    856

    You may be better off doing this with code than...

    You may be better off doing this with code than with timeline. I'm not certain if its easier, but it is less work intensive and more efficient.
  14. Replies
    29
    Views
    1,838

    ooh not too much, just: MP3 Players Photo...

    ooh not too much, just:

    MP3 Players
    Photo Galleries
    Video Games
    Print Generators
    Online Manuals
    Full Websites
    Video Conferencing
    Virtual Environments
  15. Replies
    29
    Views
    1,838

    The point I'm trying to make is this. Flash is...

    The point I'm trying to make is this. Flash is not the right tool to make animated gifs. Animated gifs are not as user friendly or easy to make interactive as a swf file.

    As a web professional I...
  16. Replies
    29
    Views
    1,838

    That isn't what flash is for. If all you want to...

    That isn't what flash is for. If all you want to do is make animated gifs then I suggest you find a program for making animated gifs.

    Animated gifs don't get a lot of industry use anymore. ...
  17. Replies
    29
    Views
    1,838

    I checked out your file. I exported your file. ...

    I checked out your file. I exported your file. It worked. Did you by any chance try dragging a copy of your animation from the library to the screen?

    To make your animation work:

    1. drag...
  18. Replies
    29
    Views
    1,838

    Using flash to export animated gifs is a bit like...

    Using flash to export animated gifs is a bit like using a bazooka to shape cookies. The point of flash is to export swf files for including in your web page. Is there a reason you're looking for...
  19. When you say you want to link it to a url, what...

    When you say you want to link it to a url, what do you mean?

    Are you looking to:

    a. put the button in an html page?

    b. link to a webpage from a click on your button?
  20. I like to be helpful, but it looks like you've...

    I like to be helpful, but it looks like you've not even tried to do the masking yet. At least give the masking a shot. I will even send you links to some tutorials that will show you the way.

    How...
  21. Hi Cubba, The best way to learn some of...

    Hi Cubba,

    The best way to learn some of these things is by doing, so I'll give you an overview, but you'll need to try out these things individually to fully grasp them. To Start

    Masking:...
  22. a. The text should be masked with the mask only...

    a. The text should be masked with the mask only allowing visibility in the spot next to the circle. The text should be within its own movie clip so you can use it like a movie clip.

    b. ...
  23. Thread: [as3]

    by plasnid
    Replies
    2
    Views
    581

    Your best bet would be to create a function that...

    Your best bet would be to create a function that creates a sprite on the stage in the position you want. Next you could either use a timer, or perhaps even a delay function in a tweening package...
  24. Replies
    1
    Views
    1,233

    It looks like you're confusing as2 and as3...

    It looks like you're confusing as2 and as3 commands. Here is what it will look like using as3.


    aero.addEventListener ('mouseOver', over_handler);
    //
    aero.addEventListener ('mouseOut',...
  25. Did you manage to get past all three bosses? The...

    Did you manage to get past all three bosses? The last one is a very challenging foe:)

    As for TweenLite, there are two steps:

    1. add it to the as3 language settings
    2. import it into your...
Results 1 to 25 of 129
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center