A Flash Developer Resource Site

Search:

Type: Posts; User: Doush.

Page 1 of 11 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    135
    Views
    104,301

    Yeah. Didn't they just come out with a new...

    Yeah. Didn't they just come out with a new licence. Totally free, until you make 50k from it? Don't quote me on that though. I just remember reading it somewhere not long ago.

    The new flash player...
  2. Damn, I knew there were a lot of games being...

    Damn, I knew there were a lot of games being released but common!
  3. Replies
    135
    Views
    104,301

    I haven't been doing a heap of flash either. But...

    I haven't been doing a heap of flash either. But planning to get back into it.

    Not sure what I would suggest. Probably a good idea to get onto the HTML5 band wagon now :)
  4. Replies
    1
    Views
    1,384

    I still can't work this out. If I try to retrieve...

    I still can't work this out. If I try to retrieve the loaded swf from BulkLoader it gives me the instance of that swf and I cant do the following.



    url = "ball.swf"

    mc1 =...
  5. Replies
    1
    Views
    1,384

    Duplicate movieclip loaded through BulkLoader

    Hey all, I'm currently using BulkLoader to load in swfs as MovieClips. What I'm trying to do though is duplicate the loaded movieclips and attach them to other clips?

    I seen something that...
  6. Replies
    3
    Views
    913

    That's perfect. I didn't realise you could check...

    That's perfect. I didn't realise you could check for undefined on empty array values.

    Because this is an array that holds inventory instead of splicing items from the array to remove them, should...
  7. Replies
    3
    Views
    913

    Arrays get the next available index

    I'm just fooling around making an inventory system and I was wondering if there is a way to work out the next available index in an array without pushing the item into the array.

    So for instance
    ...
  8. Replies
    0
    Views
    918

    Collision detection on bitmap terrain

    I'm currently fooling around making a side scrolling game which levels are built like levels in worms. I have a character running around on the level. I think my collision detection is fine, I...
  9. Thread: ColorTransform

    by Doush.
    Replies
    1
    Views
    494

    I found and I'm using this ...

    I found and I'm using this

    http://www.actionscript-library.com/?p=323

    Works fine. Only trouble I'm having now is working out when to switch from making dark shading to light shading depending...
  10. Thread: ColorTransform

    by Doush.
    Replies
    1
    Views
    494

    ColorTransform

    I was wondering if there is a way to find a slightly darker and slightly lighter colour based on a particular value?

    I have a MovieClip with 2 nested MovieClips inside. The background movie I set...
  11. Replies
    4
    Views
    556

    Has anyone told you that you are a GOD! That's a...

    Has anyone told you that you are a GOD! That's a much better idea then what I had in mind. I was looping through the strings with a switch to assign the properties rather then the properties...
  12. Replies
    4
    Views
    556

    Stripping variable between sub classes

    I was just wondering if this is possible and the best way to achieve the following.

    I have 3 classes. One base class and 2 subclasses. eg MyShape, Square, Circle. The Circle and Square classes...
  13. Replies
    4
    Views
    655

    Thanks dawsonk and moagrius for the replies. Both...

    Thanks dawsonk and moagrius for the replies. Both worked perfectly. Much appreciated.
  14. Replies
    4
    Views
    655

    I don't know if its over kill but this is how im...

    I don't know if its over kill but this is how im doing it atm



    var nameStr:String = "Box1234";
    var lastChars:String = nameStr.substr(-4,4);
    var number:Number = Number(lastChars);
    ...
  15. Replies
    4
    Views
    655

    String trailing numbers from string.

    EDIT: The title was supposed to be "Strip trailing numbers from string"

    I have a few strings that I'm looping through to make sure they all are the same format.

    Example date

    Box
    Box...
  16. Replies
    60
    Views
    10,089

    Has anyone here tried making games with HTML 5?

    Has anyone here tried making games with HTML 5?
  17. Actually I just searched and it was sort of a...

    Actually I just searched and it was sort of a package problem.

    The logic package already contained a class called bigbox and even though I imported com.site.boxes.BigBox;

    The one in the package...
  18. Replies
    8
    Views
    1,033

    Ahh that seems pretty smart, because I was...

    Ahh that seems pretty smart, because I was thinking man I could have hundreds of these classes. It will suck having,

    var shirt:Shirt;
    var shirt2:Shirt2;
    var shirt3:Shirt3;
    eg

    I'll give it a...
  19. Well, Box and BiggerBox both site inside the same...

    Well, Box and BiggerBox both site inside the same package

    package com.site.boxes {}

    but the class calling the bigbox.somemethod(); is inside another package

    package com.site.logic {}
  20. Cant use extended classes variables or methods?

    I have this problem from time to time with AS3 where I extend a Class and then try call methods and variables which are public from the new class but I get errors that method or variable doesn't...
  21. Replies
    8
    Views
    1,033

    5TonsOfFlax: Yeah that missing argument is a typo...

    5TonsOfFlax: Yeah that missing argument is a typo :) Yeah I've been searching around and it seems your right. At least one instance needs to have been created. Also I have the class imported in the...
  22. Replies
    8
    Views
    1,033

    Hey guys, I've been trying to play around with...

    Hey guys, I've been trying to play around with this all weekend does anyone have an idea of how to get it working?
  23. Replies
    8
    Views
    1,033

    getDefinitionByName problems

    I'm having a couple problems with getDefinitionByName. What im trying to do is the following.

    I load in a XML file with several items in an inventory which contain a couple details.

    Eg

    ...
  24. Replies
    5
    Views
    677

    Ahh cool, so there is no way to force a garbage...

    Ahh cool, so there is no way to force a garbage collection in flash?

    PS: I cannot believe I spelt dictionary as disctonary in the title?
  25. Replies
    5
    Views
    677

    So how would I then delete the object from memory...

    So how would I then delete the object from memory and from the dictionary

    objectById[_object.getId()] = null; ?

    Would this cause garbage collection on the object? Or will null be considered as...
Results 1 to 25 of 254
Page 1 of 11 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center