A Flash Developer Resource Site

Search:

Type: Posts; User: Beocro

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,232

    Very nicely done! A lot of games I've never seen...

    Very nicely done! A lot of games I've never seen before... But they're pretty fun! I"m definitely going to tell my friends about this site! ^_^
  2. Replies
    3
    Views
    2,668

    Flash8 Well, considering it shows Flash 8, AS2. And yes,...

    Well, considering it shows Flash 8, AS2. And yes, I have. Nothing happened, for some reason it doesn't recognize class1 is A.
  3. Replies
    3
    Views
    2,668

    Flash8 Simple On Release Code Doesn't Work?

    on(release){
    if(_root.class1=="A"){_root.add1=4}
    }
    This seems pretty simple, but it won't work for the life of me. No matter what I do, the number never changes from the beginning number, which is...
  4. Replies
    2
    Views
    5,187

    Flash8 I have no idea what I'm doing... I have it like...

    I have no idea what I'm doing... I have it like this:
    tEnem.x= Math.random()*(2250+310)-310;
    tEnem.y= Math.random()*(1581+30)-30; The enemies spawn in the exact x y position each time.

    Edit:...
  5. Replies
    2
    Views
    5,187

    Flash8 Random Position Within Specific Area

    Hey. So, what I'm trying to do is create an enemy at a random position, but inside these coordinates:
    X: Between -30 and 1580
    Y: Between -1045 and 2250
    The code should look like this:

    ...
  6. Replies
    5
    Views
    7,974

    Flash8 Thank you so much it worked! But I'm pretty sure...

    Thank you so much it worked! But I'm pretty sure I can move a few functions by myself. :P Thanks again. :)
  7. Replies
    5
    Views
    7,974

    Flash8 Yeah, double == are just for testing a variable's...

    Yeah, double == are just for testing a variable's value, right? It still did nothing though. o-o
  8. Replies
    5
    Views
    7,974

    Flash8 Variable on Main Timeline-If Statement?

    Okay, so in my main timeline, I have this:

    gameover = false
    if(follower.hitTest(target))
    {


    gameover=true
    gotoAndStop(2);
    clearInterval(NormEnemy);
  9. Replies
    1
    Views
    2,072

    Flash8 MC Freezes On First Frame?

    Hello, I'm starting to learn to use AS2 to program a beat-em up game, but I have a few problems.

    A few different MCs on my main character freeze on the first frame even though the code is the...
Results 1 to 9 of 9




Click Here to Expand Forum to Full Width

HTML5 Development Center