A Flash Developer Resource Site

Search:

Type: Posts; User: Northcode

Page 1 of 20 1 2 3 4

Search: Search took 0.70 seconds; generated 55 minute(s) ago.

  1. AS 2 There's an option in the Publish Settings...

    There's an option in the Publish Settings (Ctrl+Shift+F12) that allows you to change the number of seconds before Flash shows that dialog.

    75889
  2. Replies
    5
    Views
    12,785

    The model specifies how resistant each node in...

    The model specifies how resistant each node in the model is to deformation and the physics engine sits on top of that to figure out how the model should react when a collision happens. This allows...
  3. Replies
    5
    Views
    12,785

    You don't render scenes or do collision detection...

    You don't render scenes or do collision detection at the pixel level, there's too much information to process. Instead you build 3d models that represent the objects and render them using textured...
  4. Replies
    37
    Views
    187,199

    Sticky: SWF Studio and Windows 10

    http://www.northcode.com/images/fkwin10.png

    If you said yes to the recent Creators Update to Windows 10 or you have been getting Windows Insider builds, then you already know that it caused...
  5. Replies
    16
    Views
    38,938

    Alloy, you REALLY need to start reading for...

    Alloy, you REALLY need to start reading for comprehension. Whatever you thought you knew about your CC license is completely wrong. Adobe is NOT okay with you sharing your account info.

    These are...
  6. Replies
    16
    Views
    38,938

    People who try to make money selling digital...

    People who try to make money selling digital goods AND facilitate piracy confuse me.
    Did you read the T's and C's when you signed up with Adobe?
    Iif you do it here again then you'll be on...
  7. Replies
    4
    Views
    14,751

    How to load external SWF files for Adobe Flash...

    How to load external SWF files for Adobe Flash Player
  8. Alloy, you NEED to do more research so you're not...

    Alloy, you NEED to do more research so you're not just stumbling along blindly. There is a LOT you need to learn and you can't just guess the right answers. The reason the .text section exists in PE...
  9. Read some information on what's actually in a PE...

    Read some information on what's actually in a PE file format before you get all excited by the magic bytes you're "discovering" and the Dunning-Kruger effect completely overtakes you. Once you...
  10. The rdata section generally contains debug data...

    The rdata section generally contains debug data and is not used by the EXE. The compiler and linker use this section. It's also not compressed so I'm not sure what you're unzipping. I didn't see any...
  11. The IHDR marks the beginning of the PNG image...

    The IHDR marks the beginning of the PNG image header but there's no guarantee that the projector will have a PNG icon in it. PNG support was first added to ICO files in Vista so any pre-Vista...
  12. You can't get the Flash player to do anything it...

    You can't get the Flash player to do anything it won't do normally (like load SWFs from the resource section of the PE file). The Flash EXE used to be just a stub with a magic number at the end,...
  13. If you attempt to modify any code section of a PE...

    If you attempt to modify any code section of a PE file you will invalidate the digital signature and generate a warning when trying to start the EXE. Virus scanners will flag this. The only safe...
  14. You need to be aware that the approach you're...

    You need to be aware that the approach you're attempting will fail (spectacularly) each time Adobe release a new EXE because of the structure of PE files and the nature of optimizing C/C++ compilers....
  15. Replies
    3
    Views
    9,612

    What you're probably seeing in AS2 is the decimal...

    What you're probably seeing in AS2 is the decimal number overflowing when it's converted and some bits just getting lost. 1763478912341234132 is 187922BA3AFDD1D4 in hex so the value you got from AS3...
  16. I'm not sure if Swish supports AS3, but you...

    I'm not sure if Swish supports AS3, but you should be able to find an AS2 version of this code (or convert this code) without much trouble.

    The basic structure you need is:



    var...
  17. That was part 2 of my answer... You have to load...

    That was part 2 of my answer... You have to load the image to find out how big it is, then you can compare it to the size of your target movie clip and change the scale of the loaded image to...
  18. You probably want to create a mask inside the...

    You probably want to create a mask inside the circle movie clip and load the image into a layer below that. You canmess with the scale of the image once you know how big it is (after it has been...
  19. Make sure your DPI settings are all at the...

    Make sure your DPI settings are all at the defaults, Flash 8 probably doesn't take that into account.

    You're also just a FEW versions behind, thought of upgrading? :)
  20. Replies
    9
    Views
    14,007

    What you have presented is a expression which...

    What you have presented is a expression which implements logical NOR, there is no logical NOR operator in AS3. This is not a new feature of AS3, but a fundamental consequence of being able to compose...
  21. There's more than one way to skin this cat... ...

    There's more than one way to skin this cat...

    You could find all the prime factors of both the numerator and denominator and eliminate any factors they have in common. In your example. the prime...
  22. Replies
    18
    Views
    73,755

    For me the edit box is wider than my monitor,...

    For me the edit box is wider than my monitor, regardless of how wide the browser window is. This happens in IE and Firefox (latest). I can't even see if if I go fullscreen. That puts the save button...
  23. Replies
    3
    Views
    3,031

    Here's an example that show exactly how to do...

    Here's an example that show exactly how to do it... http://designreviver.com/tutorials/actionscript-3-jpeg-encoder-revealed-saving-images-from-flash/

    I also created a modified version of that...
  24. Replies
    3
    Views
    18,080

    Sorry, I just saw this post. I'm not sure why,...

    Sorry, I just saw this post. I'm not sure why, but it was flagged for moderation. It's approved now.

    I'm not sure how much luck you're going to have getting assistance from MDM but maybe this...
  25. Replies
    5
    Views
    18,389

    The What's New...

    The What's New notes for Version 2.2.1 (2/24/17) says...
Results 1 to 25 of 490
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center