A Flash Developer Resource Site

Search:

Type: Posts; User: jkell

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Try tracing your bitmap with Modify>Bitmap>Trace...

    Try tracing your bitmap with Modify>Bitmap>Trace Bitmap

    This will convert the PNG to a vector graphic and the hit space should only be the color you want.
  2. Replies
    1
    Views
    1,693

    CS3 I am confusing the title of your post with your...

    I am confusing the title of your post with your question. Typically a "HitTest" is used to describe the collision of two objects in flash like when you determine if a drag and drop is successful.
    ...
  3. If you want to be sure that all images play at...

    If you want to be sure that all images play at least once before looping again:
    1) you could push all of the URL's from your XML sheet into an array, so that each image is accounted for
    2) then...
  4. Replies
    1
    Views
    2,130

    Hello BenSCR- Browsers need to have HTML...

    Hello BenSCR-
    Browsers need to have HTML wrappers around flash content. You don't need to load individual SWF files into the HTML page... You can load other SWF's into the main SWF file.

    I...
  5. Replies
    8
    Views
    3,465

    Perhaps I dont understand what you are trying to...

    Perhaps I dont understand what you are trying to do exactly. If you are wanting a button to do a drop down, The drop down animation should should be inside that button. I would attach a sample...
  6. Replies
    8
    Views
    3,465

    Hi I don't have a "step by step" answer for you,...

    Hi I don't have a "step by step" answer for you, but I can help with your error code. It looks like you put your "stop();" code on the button and are using the wrong function declaration type as...
  7. I don't know if it is exactly what you are...

    I don't know if it is exactly what you are looking for, but iTunes had created a "CoverFlow" animation back in 2010.

    Below is a link to a tutorial showing how to re-create it in Flash.
    ...
  8. Replies
    8
    Views
    7,655

    This may be an issue of Actionscript version....

    This may be an issue of Actionscript version.
    The above code is originally from 2004 and is AS2. Make sure your publish settings are AS2. If you are using Flash CC you will not be able to use this...
  9. Replies
    1
    Views
    7,006

    The easiest way to accomplish your desired effect...

    The easiest way to accomplish your desired effect is by adding keyframes F5. Let your animation happen, then add frames for when nothing happens, then it will automatically loop back to the...
  10. Replies
    2
    Views
    1,759

    CS3 Just took a quick look at your code and there are...

    Just took a quick look at your code and there are too many holes to fill.

    If I were you, I would write out on paper exactly what you are trying to do, and then create some functions that will do...
  11. I am sorry- There isn't a quick way to pull...

    I am sorry-
    There isn't a quick way to pull movieclip name into the instance name. A developer would only need to have an instance name if he is going to change it with code. I would clarify...
  12. After reviewing your file, I can see you could...

    After reviewing your file, I can see you could benefit from the use of Instance names and consolidating your code into one "actions" layer.

    Also, if you are just wanting a box to appear in the...
  13. I don't know how much actionscript you know, but...

    I don't know how much actionscript you know, but you could create a single function and add Event listeners to each of your movie clips. In my example, I just had one movieclip for the head with...
  14. Replies
    1
    Views
    1,383

    If you are interested in learning flash, I would...

    If you are interested in learning flash, I would recommend lynda.com. they have a lot of great tutorials that can get you started down the path of game creation.
  15. Replies
    2
    Views
    1,767

    If I am understanding your question, I don't...

    If I am understanding your question, I don't think Flash is the right tool for this. A 60 minute swf is very long.

    You could create a single frame SWF with a video player (similar to cbs.com)...
  16. Replies
    1
    Views
    1,615

    Hello Newby- I think you are a little late to...

    Hello Newby-
    I think you are a little late to the game as far as making a living with Flash. There are some great conversations about Flash and if it is dead or not. According to the flash update...
  17. Replies
    1
    Views
    1,380

    Just quickly looking at the file, it appears that...

    Just quickly looking at the file, it appears that your two shapes with opacity are not perfectly aligned. The dark blue lines are the overlap of the two shapes. You can fix this two ways:
    1) make...
  18. Replies
    3
    Views
    1,470

    Drake is right about embedding your fonts......

    Drake is right about embedding your fonts... Without numbers available in your dynamic textbox, the numbers will not appear.

    When something like this happens to me, I always go back and check...
  19. CS3 I am not aware of anything that limits which...

    I am not aware of anything that limits which properties the FreeTransform controls. However, you can always Zoom in and out and have better control when you manipulate your objects. On a Mac...
  20. Replies
    1
    Views
    1,398

    If it was created in 2004, chances are it is...

    If it was created in 2004, chances are it is written with AS2. you will need Adobe Flash Professional CS6 or lower. Flash Pro CC will not open your FLA's.
  21. Replies
    1
    Views
    1,413

    Playbar/Controller for Flash Timeline animation

    Hello- I have created a MC that moves with your time line, and you can grab the handle and it will controll your movie.

    Let me know if it works for you-

    Good Luck!
    jKell
  22. Replies
    3
    Views
    1,695

    Flash5 Yes, you can click the triangle in the top right...

    Yes, you can click the triangle in the top right of library window and "Select Unused Items".
  23. Here is a solution using code snippets import...

    Here is a solution using code snippets
    import flash.events.TimerEvent;

    var fl_TimerInstance:Timer = new Timer(1000, 10);
    fl_TimerInstance.addEventListener(TimerEvent.TIMER, fl_TimerHandler);...
  24. You must have resolved this, because the website...

    You must have resolved this, because the website buttons seem to be working now... I was going to guess, that the frame with the code and the frame with your buttons were not connected this should...
  25. Replies
    2
    Views
    6,631

    It sounds like you are doing all the correct...

    It sounds like you are doing all the correct steps, If I were trying to trouble shoot this, I would ask:
    1) Are the publish settings pointing to the correct location? meaning is the video in the...
Results 1 to 25 of 106
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center