A Flash Developer Resource Site

Search:

Type: Posts; User: jrubicante

Search: Search took 0.03 seconds.

  1. Thread: Full Screen

    by jrubicante
    Replies
    5
    Views
    3,192

    No.

    No.
  2. Thread: Full Screen

    by jrubicante
    Replies
    5
    Views
    3,192

    What if I want to publish a standalone Flash...

    What if I want to publish a standalone Flash application for the Pocket PC?
    (like a windows .exe)
    I have a Tungsten E and it will not let me transfer .html files to it. I don't even think it has...
  3. Replies
    8
    Views
    676

    attachmovie() question

    I've been using this code to create bullets.

    var i = _root.num_bullets;
    _root.attachMovie('bullet_reel', 'bullet'+i, i);
    _root.num_bullets++;

    Here's my question. All the bullets created by...
  4. Replies
    3
    Views
    552

    My collision detection is working a lot better...

    My collision detection is working a lot better now! Thanks for the tip!
  5. Replies
    3
    Views
    552

    Thanks a LOT, jbum. You are the man. I never...

    Thanks a LOT, jbum. You are the man.
    I never thought of using localToGlobal in the distance function itself.
    I'll let you know in about 3 hours if it works or not, cuz I need to wrap some presents...
  6. Replies
    3
    Views
    552

    complex collision help

    I'm making a game and having problems with collision detection. Basically, I need to be able to test the distance between a point and an object, that are not on the same level.

    Here's the...
Results 1 to 6 of 6




Click Here to Expand Forum to Full Width

HTML5 Development Center