A Flash Developer Resource Site

Search:

Type: Posts; User: omniscient232

Page 1 of 17 1 2 3 4

Search: Search took 0.05 seconds.

  1. Getting started on making an online multiplayer game

    Hello,

    I am a medium to advanced AS3 game developer. I have experience with C#, and a little bit of Java.
    I want to start making an online multiplayer game like Starcraft II. Obviously it will be...
  2. How can I make games for ipad in flash cs5 on windows?

    I own an ipad, but not a mac. I have a windows computer, and i dont really want to switch. Is it possible for me to create ipad games in flash cs5 and run them in realtime, in order to test them...
  3. Replies
    0
    Views
    523

    setting vars in flash in flash cs5

    Is it possible to set custom vars of a custom class in the flash IDE, instead of in actionscript (3)?
    I know you can use some trick with instance names, but is it possible to set it up in the way...
  4. Replies
    1
    Views
    856

    importing fla libraries

    I know it's possible to import libraries of other .fla files.
    but is it also possible to import them in such a way, that if you make changes to that .fla library, all the other .fla files that have...
  5. Replies
    2
    Views
    817

    Both wall and sp are movieclips, and sp is on...

    Both wall and sp are movieclips, and sp is on stage.
    sp is a spawner, that i put in a moviecliep called "Level1"

    it immedietly spawns a wall on de stage when created.
    it should then give the...
  6. Replies
    2
    Views
    817

    resetting width and height

    this may seem like a noob question, and it probably is.
    I have this code:

    When i then trace the width and height of both wall, and sp, they are just not the same.
    Width is the same on both...
  7. Replies
    1
    Views
    2,533

    how do you turn off snap to grid?

    how do you turn off snap to grid, and snap to angle?(i don't know if it's called snap to angle, but i mean that when you rotate an object, the rotation will go in steps of 10 degrees
  8. reusing code by copy-pasting all the as3 files

    sorry for the unclear title.
    I have a map full of as3 files witha .fla file, and I want to make a second version of the game, but I don't want to use inheritance and such to create a new game, I...
  9. CS3 Thanks alot, the movieclip idea works! :)

    Thanks alot, the movieclip idea works! :)
  10. CS3 there seems to be a digit size limit?

    I want to have a text with digit size of about 300, but at a certain digit size, when i increase the digit size more, it will not increase in the swf file (even though it will increase as i intended...
  11. call a function when user closes your swf

    how do you call to a function when the user closes your swf?

    Probably some kind of event. I couldn't find it.

    Thanks
  12. CS3 Thanks alot, it works perfectly now!

    Thanks alot, it works perfectly now!
  13. CS3 Sorry for my late response, I didn't have access...

    Sorry for my late response, I didn't have access to my computer for a while.

    I did not set my anti alias to device font so thats not the problem.
    I have set the textfield to a dynamic text, and...
  14. CS3 Embedding fonts doesn't work on non-coded textFields

    I've got a couple of TextField initialized in code (as3). They use my embedded font (aharoni), and that just works.
    But the fonts that i've written directly into the movieclips in flash cs3, just...
  15. [RESOLVED] SharedObject doesn't store array elements?

    I have a sharedobject, with a custom made Plane class in it:

    sharedObject.data.array = new Array(5);
    sharedObject.data.array[2] = new Plane(true, 5, 4);
    sharedObject.flush();

    It seems as...
  16. I just found that out myself :/ sorry for that....

    I just found that out myself :/
    sorry for that. :P
    Thanks alot though!
  17. If i import a sound in the flash library, and...

    If i import a sound in the flash library, and then change the mp3 outside flash, will the changes be in the new SWF, or do i have to reimport them?
  18. Ah. i see. :) How do i do it in flash? Is there...

    Ah. i see. :)
    How do i do it in flash?
    Is there another way than simply importing it in the library? which is kind of a nuicance if you want to change the sounds often.
    otherwise, i'll just do it...
  19. I've decided I'm probably going to embed the...

    I've decided I'm probably going to embed the sounds into my swf.
    I've got tons of sounds. right now I just call a function loadSound(url:string) for each
    how do i do this when i want to embed:
    ...
  20. Well this is actually a bit of a problem....

    Well this is actually a bit of a problem.
    Because the thing is. that function should have returned null if the sound load failed.
    Is that possible with this method?
    Or: When i now play the sound,...
  21. this is the error:

    this is the error:
  22. Hey. I took your advice: var sound:Sound =...

    Hey.
    I took your advice:

    var sound:Sound = null;
    var nUrl:URLRequest = new URLRequest("mp3ss/"+url)
    try
    {
    sound = new Sound(nUrl);
    }
    catch (e:*) {return null;}
  23. sharedObject doesn't work on a different computer

    nevermind. it's already solved :)
  24. How to best check if a Sound is loadable

    Edit:
    If i import a sound in the flash library, and then change the mp3 outside flash,
    will the changes be in the new SWF, or do i have to reimport them?



    I've created a load system to load...
  25. I agree with you. Do you think flixel is a good...

    I agree with you. Do you think flixel is a good base for games? I'm kind of confused by it, and i don't know if i should invest my time in it.
Results 1 to 25 of 421
Page 1 of 17 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center