A Flash Developer Resource Site

Search:

Type: Posts; User: Cimmerian

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    107
    Views
    124,323

    for (var i:int=0;i

    for (var i:int=0;i<faces.length;i++){

    var A:Object = getScreenPts(faces[i].a);
    var B:Object = getScreenPts(faces[i].b);
    var C:Object = getScreenPts(faces[i].c);
    if ( ...
  2. Replies
    27
    Views
    1,853

    Someday computers wil have double the power they...

    Someday computers wil have double the power they have today,that day, engines like that will run almost as Director games from 2, 3 years ago, ( and games for real 3d plugins will be away ahead of...
  3. Replies
    9
    Views
    1,648

    sure

    sure
  4. Thread: Dubai

    by Cimmerian
    Replies
    27
    Views
    2,577

    That was more about Bush them about anything...

    That was more about Bush them about anything Saddan has done

    'I dont understand how can the people of the most powerfull country of the world vote for an idiot like Bush.You must be very desperate...
  5. Replies
    9
    Views
    1,648

    Dude, its not enough for you being a pain in the...

    Dude, its not enough for you being a pain in the ass, you still have to give wrong information
    Noone was talking about mix as2 and as3 code in the same file, that is thing from your weird...
  6. Replies
    9
    Views
    1,648

    yes

    yes
  7. Replies
    48
    Views
    6,015

    But it only have to be private if you make it...

    But it only have to be private if you make it private, inst it?And even if you cant unprivatize it, thats what getters and setters are for inst it?

    The way i see the (former) main timeline,or the...
  8. Replies
    48
    Views
    6,015

    And what is that object in root that cant be...

    And what is that object in root that cant be changed?

    Why it would not work?...is this object is the one that makes the communication?
  9. Replies
    48
    Views
    6,015

    I did not understand that I mean, if you...

    I did not understand that

    I mean, if you create classA wich the only pourpose in life is to change classB,why on earth they need the root for it?AS3 itself have some classes that does that without...
  10. Replies
    9
    Views
    1,032

    Well, thanks everyone, i've decided i go for the...

    Well, thanks everyone, i've decided i go for the clean way.I doubt that that little speed you get makes some difference in AS3, anyway
  11. Replies
    9
    Views
    1,032

    In the case of functions what i mean is something...

    In the case of functions what i mean is something like move up the scope, i mean, for example, instead of this:


    //inside someClass

    public function calculateSomeAngle(p1:Point,...
  12. Replies
    10
    Views
    2,019

    Those graphics are almost the same ones of the...

    Those graphics are almost the same ones of the lego star wars for psII
    I bet they used the same 3d model
  13. Replies
    9
    Views
    1,032

    [RESOLVED] variables in loops

    I've heard somewhere that when you will declare a loop, or function, that will be callled many times, it will run faster if you create the variables it will use outside of him, so you dont have to...
  14. Replies
    3
    Views
    1,482

    Thanks everyone, i've found the solution already...

    Thanks everyone, i've found the solution already on the games forum
    This place is not very crowded, isnt it?Even the name AIR, wich is around for a long time, noone bothers to change the name of the...
  15. Replies
    20
    Views
    1,531

    They should make the next wii came with a decent...

    They should make the next wii came with a decent 3d glasses, that generates one screem for each eye and fill the entire field of view of each eye
    Nintendo is the only one who could do that, from the...
  16. Thread: Director 11

    by Cimmerian
    Replies
    46
    Views
    3,465

    I dont know how true is this, but their excuse is...

    I dont know how true is this, but their excuse is that they didint have that much time, Macromedia was doing nothing with Director and it was Adobe who decided to keep it going
  17. Thread: Director 11

    by Cimmerian
    Replies
    46
    Views
    3,465

    What is that thing?

    What is that thing?
  18. Thread: Director 11

    by Cimmerian
    Replies
    46
    Views
    3,465

    Director 11

    http://www.adobe.com/products/director/
    Cames with a physics engine and no suport for swfs with AS3
    And also...Bitmap filters???wtf
  19. Replies
    48
    Views
    6,015

    IF you are not making something to be reused one...

    IF you are not making something to be reused one million times
    give Class1 a reference to Class2


    //inside Class1
    var refToClass2:Object;
    public function Class1(rf){
    refToClass2 = rf;
    }
  20. Replies
    2
    Views
    700

    So easy...thanks!!

    So easy...thanks!!
  21. You can do with arrays too,but i think that that...

    You can do with arrays too,but i think that that is the kind of problem that Dictionaryes are good to solve,like its a 'fake' way to add a isChecked property to an sealed object, and mastering them...
  22. or you can use a Dictionary var...

    or you can use a Dictionary


    var hasTestedAlready:Dictionary = new Dictionary();

    function testIt(myObject){
    if(!hasTestedAlready[myObject] ){
    //test, do whatever you want
  23. Replies
    2
    Views
    700

    How to save a bitmap with AIR?

    I've asked that also in the 'Apollo' forum but seems that there is noone there
    So, how do i save Bitmap with AIR?
    I mean, from a BitmapData to a .png in the user hd
    Does anyone knows?
    Thanks in...
  24. Replies
    3
    Views
    1,482

    saving a Bitmap

    Im trying to do this for learning porpouses, kind of, anyway, all i want to do is create a bitmap and save it in the user hd, im using flash, not flex, does anyone have some idea on how to do...
  25. I was thinking exactly the same, the AS3 forum...

    I was thinking exactly the same, the AS3 forum is now less coll because of things like that, that was well deserved
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