A Flash Developer Resource Site

Search:

Type: Posts; User: kjb999

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    594

    complex hit testing

    *sorry it's not in the title but I'm doing this in flash 8

    I have a movie clip called "map" and one called "line". The map is a movie clip that contains a whole bunch of objects that can be...
  2. Replies
    2
    Views
    501

    can i have some examples on how to use this?

    can i have some examples on how to use this?
  3. Replies
    2
    Views
    501

    [F8] multiplayer, onlne, flash

    I need help making my flash games online so that one person can play the other over the internet. I would like a script that allows you to move around and see the other people moving around also. I...
  4. Replies
    2
    Views
    407

    help

    please attach the file so I can see what is wrong.
  5. Replies
    3
    Views
    455

    you have to have a set amount for it to jump...

    you have to have a set amount for it to jump to... like this...

    onEnterFrame = function () {
    nextDepth = this.getNextHighestDepth();
    };
    dragger.onPress = function() {...
  6. Replies
    1
    Views
    631

    wow!

    wow! I am very good with action script and that made no sense at all... here is what I would do.

    step 1: create a movie clip called 'btn' (notice I use Movie Clips for buttons rather than button...
  7. Replies
    4
    Views
    523

    problems

    Here there is only one problem with this tutorial... here it is.

    var nNumber2:Number = new Number (Math.random());

    There we have created 2 numbers, and we're ready to add them to an array. So,...
  8. Thread: [F8] Random

    by kjb999
    Replies
    10
    Views
    688

    duplication

    http://www.kjb999.com
  9. Replies
    3
    Views
    383

    Key Code

    use the following code...

    if (Key.isDown(Key.getCode(code)) {
    //some script
    }

    codes...

    A = 65
    B = 66
  10. Replies
    3
    Views
    579

    [F8] hitTesting help

    I am working on a game where your character moves around in an area. I need help making a hit test so that he bounces off irregular shapes. For instance, I have a circle in the center of a room...
  11. Replies
    230
    Views
    514,390

    Sticky: games

    please rate my games when you get to my website...

    http://kjb999.com/game%20previews/crossfire.pnghttp://kjb99
    9.com/game%20previews/clammy.pnghttp://kjb99...
  12. I made some games I would like you to rate.

    please goto my website and rate my games I would like to make improvements to the games. If you have any ideas for one of my games post it.

    http://www.kjb999.com/
Results 1 to 12 of 13




Click Here to Expand Forum to Full Width

HTML5 Development Center