A Flash Developer Resource Site

Search:

Type: Posts; User: Boombanguk

Page 1 of 20 1 2 3 4

Search: Search took 0.39 seconds.

  1. Replies
    8
    Views
    5,572

    My project is a AS3 project in Flash Builder 4....

    My project is a AS3 project in Flash Builder 4. I've used Mysql a bit in the past so I have some idea of how to use it with php. I've been reading a bit about Zend AMF but still can't really...
  2. Replies
    8
    Views
    5,572

    And does the mysql database simply reference that...

    And does the mysql database simply reference that file for each user? or is it somehow included inside the database in serialized form? So it wouldn't be a good idea to store the array as a large xml...
  3. Replies
    8
    Views
    5,572

    But I thought 8000 nodes or whatever it is in...

    But I thought 8000 nodes or whatever it is in XML, would take a good long while to loop through, I'm not sure how to store data via amfphp in a database anyway.
  4. Replies
    8
    Views
    5,572

    Best way to store game map data in Mysql?

    Hi,

    I'm working on a game that will be isometric tile based, and will have an array (large array maybe some 8000 elements, each of the elements containing objects made up of maybe 12 items), I...
  5. Replies
    3
    Views
    1,609

    You can change the size with AS3, but it doesn't...

    You can change the size with AS3, but it doesn't change the height of the actual track beyond 13 pixels, for some strange reason it seems locked at that height.
  6. Replies
    3
    Views
    1,609

    no one has any idea??

    no one has any idea??
  7. Replies
    3
    Views
    1,609

    Change slider component height?

    Is there anyway to change the height of the slider in AS3? (CS3), I've tried changing the actual graphic (of the bar) in the library and no matter how big I make it it's always locked to 13 pixels...
  8. Replies
    4
    Views
    1,611

    Is that secure though? If I used amfPHP or...

    Is that secure though? If I used amfPHP or something similar wouldn't that give me security built in?
  9. Replies
    4
    Views
    1,611

    Best way to connect to mysql database

    Hi,

    I'm in the middle of creating a Flash game that will need to use a mysql database and I need to know which is the best way to get and put data to that database from Flash.

    From what I've...
  10. Thanks for that. It doesn't seem to be too...

    Thanks for that. It doesn't seem to be too accurate though, I noticed when you click on the middle of the last E on the right, it doesn't zoom correctly to that point, but instead seems to be middle...
  11. Zooming level in/out from midddle of screen

    Hi,

    I have a game, which is a side on 2d scrolling game. I need to implement zooming in and out of the screen from wherever the screen is currently scrolled to (scroll left/right across). I've...
  12. Looking for quality game artists/animators

    Hi everyone,

    I'm looking for a graphics designer/animator to work with me on game projects. Must be able to show numerous game artwork examples.

    please email me at hello@flashgamemaker.com
    ...
  13. Replies
    4
    Views
    458

    what kind of impact will that have on the server,...

    what kind of impact will that have on the server, bandwidth wise if many thousends are doing that at the same time? and will it slow down the movie itself when it's waiting to receive the data?
    ...
  14. Replies
    4
    Views
    458

    Saving var to Php

    What's the best and most efficient way to save a var to php with as3? I want to create a counter, so I know how many times a flash movie has been viewed or a button clicked on, how could I do that?...
  15. Replies
    26
    Views
    2,974

    did you just keep your game on the mochiads...

    did you just keep your game on the mochiads network or did you get it onto other portals? and if so what other portals? if you don't mind me asking :)
  16. I sorted it out, I didn't realise I had to import...

    I sorted it out, I didn't realise I had to import things with this

    import flash.utils.getDefinitionByName;

    thanks for the help though and merry christmas!
  17. thanks, but I tried that just now, and it gave me...

    thanks, but I tried that just now, and it gave me this error

    1180: Call to a possibly undefined method getDefinitionByName.

    this is the exact line I'm using


    var manMc:Object = new...
  18. Thanks. Well instead of having something like...

    Thanks.

    Well instead of having something like this


    var newMan;

    if(something == 1){

    newMan = new manMc;
  19. [RESOLVED] how do I create a new object from..

    Hi,

    I'm trying to do something like this..

    var myObject:Object = new myObjectIDs[myIndex];

    to create objects from a list of object names, but it's not working, how would I do that?
  20. Thread: error 1151

    by Boombanguk
    Replies
    1
    Views
    601

    error 1151

    I'm trying to setup some monsters depending on what my levelNumber var equals, if it equals 1 then I want it to setup manStone, if it is more then 1 I want it to setup man. So I created a simple if...
  21. Replies
    4
    Views
    565

    var nn:Number = xx2-xx1; Math.abs(nn); ...

    var nn:Number = xx2-xx1;
    Math.abs(nn);

    *EDIT*

    Ugh...as the previous poster said..... nn=Math.abs(nn);.......not sure how I missed that, btw.
  22. Replies
    4
    Views
    565

    [RESOLVED] foce number positive

    What's the fastest way to force a var to be positive? i've tried


    Math.abs(nn);

    but it doesn't seem to work.
  23. that was the first thing I tried :), but when I...

    that was the first thing I tried :), but when I do it gives me this compile error


    1061: Call to a possibly undefined method gotoAndStop through a reference with static type...
  24. [RESOLVED] making parent of mc jump to new frame

    ok this is driving me a bit nuts, I'm using AS3.

    I've got 3 mcs, each on a seperate keyframe. In one of those mc's Ive got some animation, and on the last frame of that animation I've got this

    ...
  25. Replies
    2
    Views
    400

    [QUOTE=jAQUAN]That is a very popular question...

    [QUOTE=jAQUAN]That is a very popular question these days. AS3 was not a nice thing to do, but it was the right thing to do. It's now a real language rivaling Java but that also means no more hand...
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