A Flash Developer Resource Site

Search:

Type: Posts; User: strille

Page 1 of 20 1 2 3 4

Search: Search took 0.78 seconds.

  1. Replies
    3
    Views
    3,595

    No, unfortunately not. From their site:

    No, unfortunately not. From their site:
  2. Replies
    3
    Views
    3,595

    Want a Spotify invite?

    I have a bunch of Spotify invites, just send me a PM with your email address if you want one.

    Oh, and if you're sitting on a Google+ invite, feel free to return the favor :-)
  3. Replies
    2
    Views
    2,608

    CS3 Are you opening the swf directly in the browser...

    Are you opening the swf directly in the browser window (or directly in a popup window or an iframe)? That causes the getbytesloaded() to not work properly. The solution is simply to create a html...
  4. Replies
    1
    Views
    532

    It's a known bug when embedding flash content...

    It's a known bug when embedding flash content with the wmode parameter set to "transparent" or "opaque".

    If you don't plan to place any DHTML on top of the flash movie, you should change wmode to...
  5. You could ask him to install the debug version of...

    You could ask him to install the debug version of the flash player and see if he's getting any runtime errors.

    My guess is that you read the stageWidth/stageHeight properties in the constructor or...
  6. Replies
    21
    Views
    9,410

    Crap, I couldn't get the video to load. Just got...

    Crap, I couldn't get the video to load. Just got an error message.
  7. Replies
    12
    Views
    3,032

    Shouldn't it be: Point.polar(100, i *...

    Shouldn't it be:

    Point.polar(100, i * arcLength);
  8. Replies
    12
    Views
    1,733

    Thanks for the feedback guys. Alluvian: Thanks...

    Thanks for the feedback guys.

    Alluvian: Thanks for reporting the crash, I'll take a look and see if it happens for me in IE7. I've only tested it in Firefox thus far.

    PhobiK: Yes, shooting with...
  9. Replies
    12
    Views
    1,733

    [Complete] Paper Asteroids 4k

    Recently I've been playing around with Flash Player 10 for the first time (a bit late I know...). I also ran across the recent Flash 4k game competition entries, which made me want to give a 4k game...
  10. Replies
    2
    Views
    804

    You can add them using addVariable() on the...

    You can add them using addVariable() on the SWFObject before you call write():

    so.addVariable("autostart", "yes");
  11. Replies
    5
    Views
    2,264

    You could implement a spring system to do this. A...

    You could implement a spring system to do this. A spring system is basically a simple physics model suitable for simulating ropes, chains, cloth etc. There are tons of examples online describing how...
  12. The fact that it works locally but not when you...

    The fact that it works locally but not when you run it online, and that you try to draw data that comes from an external source (google maps), strongly suggests that you get a security error.

    That...
  13. Replies
    4
    Views
    611

    I would recommend setting the property to the...

    I would recommend setting the property to the type of the Document class instead. If you only plan to store one data type in a property (in this case a reference to the document class), it's...
  14. What does it say if you trace the following: ...

    What does it say if you trace the following:

    trace("_" + n.unit + "_");

    My guess you have a white space being printed in the php script.
  15. Replies
    7
    Views
    1,561

    This will not work. If _root.poisoned equals...

    This will not work. If _root.poisoned equals true, then the stunned statements will be executed even if _root.stunned equals false.
  16. Replies
    9
    Views
    588

    It's a floating point round off error. Since...

    It's a floating point round off error. Since floating point operations are implemented in hardware the same calculation can produce slightly different results on different computers.
  17. Replies
    9
    Views
    13,539

    yup

    yup
  18. Replies
    9
    Views
    13,539

    Lets say the image you loaded is 256x100 pixels....

    Lets say the image you loaded is 256x100 pixels.

    * imageLoader.content.width will be 256
    * imageLoader.content will have scale of 1 (scaleX = scaleY = 1) because that is the default.

    *...
  19. Replies
    9
    Views
    1,498

    I think you read the post a bit too quickly...

    I think you read the post a bit too quickly cancerinform :-)

    He said he had a preloader, but BECAUSE of browser caching it didn't look good the second time the same image was loaded - the...
  20. Replies
    9
    Views
    1,498

    One solution would be to create a new loader...

    One solution would be to create a new loader every time you load an new url for the first time, and every time you create a loader you store a reference to it in a "lookup table" (object, dictionary...
  21. Replies
    37
    Views
    2,543

    I'm here :-) Great game as usual Squize, ran...

    I'm here :-)

    Great game as usual Squize, ran smooth in Firefox for me. Very polished, loved the sewer background animation and the tv-screens in the labs. I made it to the robot, but had missed...
  22. Crap, I need to visit FK more often! I can't...

    Crap, I need to visit FK more often! I can't believe I missed this game Pea, but I'm glad someone brought this thread to the surface.

    Awesome, awesome, awesome work. You've really pushed AS 2.0...
  23. Yes, Array.sortOn () can do that. In fact,...

    Yes, Array.sortOn () can do that.

    In fact, it's pretty powerful since you can specify several members to sort on (a primary, a secondary to use if the primary have the same values and so on...)....
  24. Looking awesome Lux! Keep up the great work!

    Looking awesome Lux! Keep up the great work!
  25. Replies
    51
    Views
    11,368

    It's a pretty good solution, but personally I...

    It's a pretty good solution, but personally I don't like to depend on gfx for the game logic (collision detection etc.).

    Most games are time based, meaning the game logic will always run at a...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center