A Flash Developer Resource Site

Search:

Type: Posts; User: Alluvian

Page 1 of 20 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    984

    Politically correct? Heh, I guess so. I have...

    Politically correct? Heh, I guess so. I have seen it called that many times, I think color is the american english and colour is the the british english, heh, english english?

    Not sure which is...
  2. Replies
    17
    Views
    2,354

    Just gave Tachikoma Overdrive a go (lunch break,...

    Just gave Tachikoma Overdrive a go (lunch break, heh).

    Is there a reload button? I didn't know how to get back to the menu to check after I started. Game felt like it needed a manual reload...
  3. Replies
    3
    Views
    984

    I like the concept. As a colorblind person I...

    I like the concept. As a colorblind person I find certain levels very hard to play. Fruit tree for instance. Consider making a colorblind mode that will add a letter/number/symbol to each orb of a...
  4. Replies
    17
    Views
    2,354

    I am always curious about the little details,...

    I am always curious about the little details, what is the text from in the background? Or is it just gibberish?
  5. Replies
    11
    Views
    2,998

    See, if you had newly signed up and said up front...

    See, if you had newly signed up and said up front that your friends/associates had made a cool trials type flash game I probably would have checked it out.

    When you sign up and say "oh woe is me,...
  6. Replies
    7
    Views
    1,910

    trace(_p.visible, _p.x, _p.y, _a1.x, _a1.y,...

    trace(_p.visible, _p.x, _p.y, _a1.x, _a1.y, _a1.visible);
    true 100 250 100 250 true

    Adding _a1 as a child of _p would put _a1 at x:200, y:500 globally, is that visible? I don't know the size of...
  7. Replies
    57
    Views
    32,045

    Poll: Nice sized field! Should be fun to watch!

    Nice sized field! Should be fun to watch!
  8. Replies
    21
    Views
    2,453

    Hmm, stalking badgers. They do have those masks,...

    Hmm, stalking badgers. They do have those masks, might make a fun splinter cell game, as badgers are the Spec Ops of the Mustelidae family. Not to be confused with Ferrets, which are the NINJAS of...
  9. Replies
    3
    Views
    526

    public function moveObjects(e:Event) { ...

    public function moveObjects(e:Event) {

    for(var i:int=objects.length-1;i>=0;i--) {
    objects[i].y += speed;
    if (objects[i].y > 400) {
    ...
  10. Replies
    7
    Views
    1,271

    Did adding .cacheAsBitmap = false right before...

    Did adding .cacheAsBitmap = false right before you delete them fix it? I have read that bitmap caching creates a reference to the MC, and so do filters, so you should set your .filters = [] as well.
  11. Replies
    7
    Views
    1,910

    What is _p a child of? The stage itself?

    What is _p a child of? The stage itself?
  12. Replies
    5
    Views
    1,400

    Mask vs scale9grid aside, I don't think you...

    Mask vs scale9grid aside, I don't think you understand how the scale9grid property works.

    If you have an experience bar that is 100 pixels long and 20 pixels high with curved fillets on the...
  13. Replies
    5
    Views
    1,400

    Another way around the problem for an experience...

    Another way around the problem for an experience bar would be through masking.

    Oval mask, the length of the full xp bar.
    Then the 'contents' that just have to move right as experience is earned. ...
  14. Replies
    79
    Views
    18,316

    Yes, and all those unity games are on insanely...

    Yes, and all those unity games are on insanely thin ice as well. Apple could boot any one of them out of the appstore at any time for violating the terms. Apple has a history of being very...
  15. Replies
    4
    Views
    1,706

    A cylindrical filter should just be a mirrored...

    A cylindrical filter should just be a mirrored sin gradient, like:


    stop();
    import flash.display.BitmapData;
    cylinderFilter = function(r:Number, h:Number){ //r is the cylinder radius, half the...
  16. Replies
    4
    Views
    1,706

    Does it need to be in 3d? I don't get why you...

    Does it need to be in 3d? I don't get why you just can't pan the image left and right and then duplicate it at the seem. If the image is too big you can cut it into vertical slits.

    Mapping a...
  17. Replies
    21
    Views
    2,453

    OOOH. Favorite Locations: Zen Gardens an...

    OOOH.

    Favorite Locations:
    Zen Gardens
    an ocean of blue magma made by positrons

    activities/objects:
    bungee jumping
    loud scream
  18. Heh, yeah... that's a better idea by far. ...

    Heh, yeah... that's a better idea by far. Basically the first idea but actually built in. Never messed with that before, slick.
  19. Replies
    3
    Views
    896

    Two ways: Single elimination: 1) Make 1 array...

    Two ways:

    Single elimination:
    1) Make 1 array of all the moving pieces.
    2) Pick a random piece in the array, and move it only if the space it is moving to is empty.
    3) Remove that piece from...
  20. The only way I know of is to make it two shapes,...

    The only way I know of is to make it two shapes, a box in the middle, and two flipped caps on the ends.

    Or better yet, make the rectangle with code and redraw it as needed with code.
  21. Replies
    79
    Views
    18,316

    I can cook an egg on my iphone browsing the web...

    I can cook an egg on my iphone browsing the web on 3g and I have made 007 traps with google maps.

    "MUhahahhahahaha! Let's see you escape THIS Mr. Bond! I have set this iPhone on your head. It...
  22. Replies
    22
    Views
    2,684

    Yes, the most innovative games are just creative...

    Yes, the most innovative games are just creative blending of a few ideas from other games.

    I can't recall the last time I saw anything REALLY new. That is not to say I am jaded at all, a new...
  23. Replies
    22
    Views
    2,684

    Definitely spend time on the menus. I tend to...

    Definitely spend time on the menus. I tend to make crappy menus myself due to a general lack of visual aesthetic and color blindness, but when people talk about 'polish', the menus and interface are...
  24. Arrays should pass by reference (which is what...

    Arrays should pass by reference (which is what you want here), anything except a primitive should pass by reference.

    If you don't want to pass by reference, I don't think array has a .clone method...
  25. I am pretty sure your problem was that you were...

    I am pretty sure your problem was that you were making a whole LOT of that reload clip, not just one.

    Putting a trace("I'm reloading!!") at the start of your reload function I think will show you...
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