A Flash Developer Resource Site

Search:

Type: Posts; User: f-zero

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Adobe AIR for Android - GPU Mode - Bitmap Auto-Smoothing Issue

    Hi everyone

    I'm having a bit of an issue with the AS3 bitmap object. I'm currently developing an 8-bit style pixel game for AIR for Android.
    This game is being developed at a very low resolution...
  2. Replies
    0
    Views
    1,004

    Flash Games Jerky and Choppy In Windows 7

    I just bought a new computer last week and spent a lot of money on the latest hardware. Got the following specs:

    Core i7 960 3.2Ghz
    Gigabyte X58A-UD5 Motherboard
    GeForce GTX465 Gfx Card...
  3. Replies
    0
    Views
    3,632

    [HELP] Storing Tile Map Array Data In XML

    Is there any easy way to read in tile map data from an XML file?
    I'm working on an AS3 game engine which uses a multidimensional array for the map data, like this:

    var map:Array = [
    [1, 1, 1,...
  4. Help - Splitting Dialogue Text into Smaller Chunks/Lines

    Hi Guys

    Got a bit of an issue here.

    I'm working on an RPG engine where all the dialogue is stored in an XML file. Ideally like to be able to pass the engine a large paragraph of dialogue text...
  5. Replies
    0
    Views
    680

    Flash CS4 Library Size Limit

    Just wanted to ask if anyone knows of any limits to the size of the library in Flash CS4.

    I'm working on a project which could end up containing between 1300 - 1500 movieclips and around 100...
  6. Replies
    1
    Views
    1,992

    Mouse Wheel - Flash Vs HTML Scrolling

    I found this wonderful little game on Newgrounds which somehow allows the user to scroll the mouse wheel without scrolling the HTML page.

    http://www.newgrounds.com/portal/view/526324

    Does...
  7. Replies
    0
    Views
    728

    Max FLA File Size

    Hey guys

    Just wondering if anyone knew of any file size limits on the source FLA file.
    I'm working on a huge project at the moment in CS4 and am just wondering if there are any technical...
  8. Replies
    2
    Views
    465

    Thanks for that. :) I'll be sure to get the...

    Thanks for that. :)
    I'll be sure to get the best CPU, RAM and a fast HDD with a large cache. Hopefully that will speed things up a little.
  9. Replies
    2
    Views
    465

    AS3 Compile Time - Advice Needed

    I'm looking to buy a new computer soon to replace my old quad core. Perhaps an Core i7 Extreme or something similar.

    My question is, does a better, faster CPU necessarily equal faster SWF compile...
  10. Replies
    3
    Views
    376

    Accessing Variables In Loaded SWFs

    Hi Guys

    Just a quick question for you. If I load an SWF file, is it possible for the pre-loader to access and change a string variable inside the loaded swf? Is there any special way to do this...
  11. Replies
    2
    Views
    490

    Loading Multiple External SWFs at Once

    Hey guys, I've a quick question for you.
    I have a game which has various cutscenes. Each cutscene is split up into 3 or 4 seperate swf movie files which can be played (and replayed) by the user.
    ...
  12. Replies
    9
    Views
    1,337

    Ah I see. So how would you totally delete a set...

    Ah I see. So how would you totally delete a set of instances which have been created entirely inside the scope of a function? Lets say I used the following function to create them.



    public...
  13. Replies
    9
    Views
    1,337

    Ah excellent! :) That mean's theres no need to...

    Ah excellent! :) That mean's theres no need to set anything to null. I'm guessing that only matters for objects declared within a local scope, right?

    So what exactly does the delete function do? ...
  14. Replies
    9
    Views
    1,337

    Depends what I type. getChildByName("mc") =...

    Depends what I type.

    getChildByName("mc") = null;
    Gives me: 1105: Target of assignment must be a reference value.

    And

    (getChildByName("mc") as MC) = null;
    Gives me: 1050: Cannot assign to...
  15. Replies
    9
    Views
    1,337

    HELP - Destroying a MovieClip The Correct Way

    Hi all

    Just a quick question regarding the removal of movie clips. I understand the developer has no control over flash player's garbage collection routine, but whats the best way to ensure...
  16. Question - Accessing Properties of Embedded SWFs

    Is it possible to access variables or even functions of an embedded SWF? (One which has been embedded manually and has not loaded from somewhere)
    For example, I embed an swf called Movie1 which...
  17. Thanks for the tips! I've kinda understood what...

    Thanks for the tips! I've kinda understood what you're saying, but I'm a little lost at the decrypting part. Do you have any sample code you could show me? Anything would be appreciated. :)
  18. Quick n' Dirty Method of Encrypting/Decrypting a String

    Does anyone have a quick and dirty method of encrypting/decrypting a string less than 1k? I want to encrypt some XML and store it in a cookie. Its for a save game system.

    I've tried using some...
  19. [Help] Serialize Class Into ByteArray For Save Game

    Hi guys

    Got an interesting one for you here.
    I'm working on a game which is going to need a save game feature. I know how easy it is to write save game data to a cookie but at the same time I've...
  20. Replies
    2
    Views
    859

    Thanks! :)

    Thanks! :)
  21. Replies
    2
    Views
    859

    Scrubbing Through Timeline

    If I have an animated cartoon and I want to create a set of play controls for it, then what's the easiest way to go about coding a little timeline marker you can drag left and right with the mouse,...
  22. Replies
    13
    Views
    1,545

    OK I think I've solved it using the first method....

    OK I think I've solved it using the first method. I found out what I was doing wrong. The container mc "game" had some test vector graphics in it, and the algorithm was moving the container quite...
  23. Replies
    13
    Views
    1,545

    Cool! Thanks! :)

    Cool! Thanks! :)
  24. Replies
    13
    Views
    1,545

    Oh man that would be appreciated! :) No...

    Oh man that would be appreciated! :)




    No they all move at once, and are pretty much constantly on the move.
  25. Replies
    13
    Views
    1,545

    If you can come up with a solution, then that...

    If you can come up with a solution, then that would be awesome!!!
    Any method based upon the Y value of each instance is perfect! Thats exactly what I need. Cos once the guys move up in the Y...
Results 1 to 25 of 67
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center