A Flash Developer Resource Site

Search:

Type: Posts; User: giovox

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    622

    Give this a shot.

    Give this a shot.
  2. Replies
    4
    Views
    542

    Hmm, in that case I would suggest also trying to...

    Hmm, in that case I would suggest also trying to make everything on an even pixel. make sure the movieclips and all clips within aren't on weird pixels like 45.9. In that case you would make it 50.
    ...
  3. Replies
    3
    Views
    1,152

    That's the exact problem. you have them at 0,0....

    That's the exact problem. you have them at 0,0. You need them to be CENTERED. So if the clip was 100x100 then it would be at -50, -50. This way the registration point is in the middle of the clip, so...
  4. You have to give your button an instance name...

    You have to give your button an instance name (found in your properties pallette at the bottom). IN this case I gave the button an instance of "myButton" and then the actions on the "actions" frame...
  5. Replies
    4
    Views
    622

    When the user clicks on any part of the headphone...

    When the user clicks on any part of the headphone you could have an "onEnterFrame" run that does something like:

    headphonesFront.onEnterFrame = function(){
    headphonesFront._x = headphonesBack._x...
  6. Basically I just added a couple variables that...

    Basically I just added a couple variables that see if the door has been opened yet, and then a function that checks if they both have.
  7. Replies
    2
    Views
    563

    Try republishing your SWF file, and also try...

    Try republishing your SWF file, and also try using a different FTP program. My favorite free windows ftp program is http://filezilla.sourceforge.net/

    If it puts your mind at ease at all, there...
  8. If I understand what you are saying, then you...

    If I understand what you are saying, then you want:

    http://www.iparigrafika.hu/pageflip/
  9. Replies
    1
    Views
    583

    You will need to know how to reference that...

    You will need to know how to reference that hummingbird. Not seeing your file I will make assumptions. If your hummingbird is on the main (_root) timeline and has an instance name of lets say 'bird'...
  10. I swear I posted a response to this already. I...

    I swear I posted a response to this already. I guess it didn't save.

    Anyway, I tested it out and it looks like you jsut have a problem with your anchor point for all your movieclips.

    Dive into...
  11. Replies
    2
    Views
    637

    You actually have quite a few options: ...

    You actually have quite a few options:

    showAll (Default) makes the entire Flash content visible in the specified area without distortion while maintaining the original aspect ratio of the....
  12. Are the 'pop-ups' part the the original flash...

    Are the 'pop-ups' part the the original flash file that was used to load the "the file.swf?thevariables" ?

    Keep in mind that flash loads stuff into levels like you would stack a pile of papers....
  13. Replies
    2
    Views
    460

    Not sure if this makes sense, but it seems as if...

    Not sure if this makes sense, but it seems as if you are grabbing your speed 'variable' from a textfield (if I got you right). Not exactly why this is, but if that's how you are doing it, then...
  14. Every movie clip has its own timeline. So : 1....

    Every movie clip has its own timeline. So :

    1. right click on one of your flame.png files and tell flash to convert it to a movieclip
    2. double clip into that new movieclip and you will see a new...
  15. Replies
    1
    Views
    903

    I am sure it is way more complex than this, but...

    I am sure it is way more complex than this, but to break it down I would say:

    1. When you move one of the cards it obviously is moving the x and y coordinates of those dot things that the lines...
  16. Replies
    3
    Views
    1,152

    I think you need to make sure all the stuff in...

    I think you need to make sure all the stuff in your map and mini-map is COMPLETELY centered. Dig way down to the bottom most clip of each of them and center it, then back out a level, center that,...
  17. To be honest, I couldn't figure out why it was...

    To be honest, I couldn't figure out why it was getting to 4, but there were a few problems I found. The main one being that you are basically running a for loop on every single frame. That can get...
  18. Replies
    4
    Views
    542

    When you open the files from one platform to the...

    When you open the files from one platform to the other does Flash ever tell you that fonts are missing and it replaces them?

    Out of curiosity, what font is it? There are slight changes between...
  19. Replies
    7
    Views
    635

    OK, one more tip and I swear I am done. When you...

    OK, one more tip and I swear I am done. When you have the Photoshop file open, go to:

    View > Proof Setup >

    and make sure that it is set to Monitor RGB. Many people notice a color shift in their...
  20. Replies
    1
    Views
    450

    When they access the link from the web does it...

    When they access the link from the web does it download the EXE file to their computer before it opens? You generally don't see many links directly to EXE files on the web due to virus scares and...
  21. Replies
    2
    Views
    470

    To start, there is a cleaner way to code some of...

    To start, there is a cleaner way to code some of this. Replace what you have with:

    //--------------------------------------------------
    stop ();
    var percent = getBytesLoaded () / getBytesTotal...
  22. Replies
    1
    Views
    407

    If you want to edit a flash file you really need...

    If you want to edit a flash file you really need to have the original FLA files that they were built with. Do you have these files? If so can you post them and explain further what parts that you do...
  23. Replies
    1
    Views
    646

    I am going to throw out an idea even though I...

    I am going to throw out an idea even though I have not tested it.

    You may want to try having the video pause every time you click on the slider, and then play again when you release. I have a...
  24. Replies
    7
    Views
    635

    You are right, TIFF are basically the same in...

    You are right, TIFF are basically the same in that you can save them in a lossless format. Unfortunately I don't think they play as well with Flash as PNG's do. I could be wrong on this, please...
  25. Replies
    7
    Views
    635

    Quite honestly I am not a big fan of importing...

    Quite honestly I am not a big fan of importing JPG's for this reason (among others).

    If possible, your cleanest output would be to import those images into flash as PNGs with transparency wherever...
Results 1 to 25 of 72
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center