A Flash Developer Resource Site

Search:

Type: Posts; User: DeaDZ_Flash

Page 1 of 2 1 2

Search: Search took 0.10 seconds.

  1. Replies
    0
    Views
    613

    [CS4][AS2] Fire Bullets On Click

    i have my bullets with the instance name "bullet" and i am firing multiple bullets at a steady pace from a cannon at a moving target (a movieclip attached to the mouse, called "player")

    i want the...
  2. Replies
    2
    Views
    393

    tysm man!!

    tysm man!!
  3. Replies
    2
    Views
    393

    [CS4] Simple Angles

    i have a man with a gun and i want that gun to rotate around the shoulder, accoring to the mouse (the gun contains the arms aswell), its registration point is on the left (perfect fit with the...
  4. Replies
    2
    Views
    482

    tyvm i had to mod it a little but it worked

    tyvm
    i had to mod it a little but it worked
  5. Replies
    2
    Views
    482

    [CS4] Find biggest variable?

    How could i find the biggest variable out of lots of them
    i have a few variables and a finalvar

    name1
    name2
    name3
    name4
    finalvar

    each has a value (differs)
  6. Replies
    1
    Views
    667

    Simple Invisible timer

    hey
    all i want is an invisible timer that will do something after an amount of time how would i add one?
  7. Replies
    4
    Views
    491

    yay worked thanks ill stick to the root but its...

    yay worked
    thanks
    ill stick to the root but its a small game sooo dw : )
    tyvm!!
  8. Replies
    4
    Views
    491

    i put it in the first frame but its global so its...

    i put it in the first frame but its global so its accesable from anywhere
    ill try your methods now
  9. Replies
    4
    Views
    491

    variables in movieclips

    how do you use a global variable in a movieclip?
    ive tryed with


    onClipEvent (enterFrame) {
    if (_root.mouse_0.hitTest(_x, _y, true)) {
    score++;
    _rotation = Math.random()*360;
    _x =...
  10. Replies
    2
    Views
    974

    thankyou very much, the double opperaters always...

    thankyou very much, the double opperaters always get me :P
    == &&
    :|
  11. Replies
    2
    Views
    974

    Math With Variables

    simple problem
    I am using the global variable


    _global.score

    but i want to use Math on it like + and -

    like on a hit test, how would i do this?
  12. Replies
    1
    Views
    534

    FIXED FIXED, i was missing "quotes" my bad :)

    FIXED FIXED, i was missing "quotes"
    my bad :)
  13. Replies
    1
    Views
    534

    Global Variables problem

    I have a small problem
    I'm making a game but I'm having trouble with the variables here is the code i am using:

    _global.charis;


    then when you click a button

    charis = muncher;
  14. Replies
    3
    Views
    835

    no, world that be hitTest(coin:ball):true ?...

    no, world that be

    hitTest(coin:ball):true
    ?
    if not what?
  15. Replies
    3
    Views
    835

    [F8] Need Quick help please

    http://img355.imageshack.us/img355/8458/flashnf9.jpg

    here is the game i am making
    basicly you use the arrow keys to collect as many coins as fast as you can; within the time limit.

    the movment...
  16. [F8] how do i make a object rest on a line?

    i have my line & my ball but when i use this



    if (_root.line.hitTest(y, x, true)) {
    yspeed = 0;
    }

    i have also tryed
  17. Replies
    1
    Views
    481

    [F8] My game wont play online.

    When i uploaded my game to newgrounds it went odd and the music diddent work and niether did hitTest's ~(objects wouldent collide)~ know why this is at all?
    :confused: it works fine when i boot it...
  18. Replies
    2
    Views
    828

    THANKS alot, i fixed this anyway using a diffrent...

    THANKS alot, i fixed this anyway using a diffrent method!
  19. Replies
    2
    Views
    828

    [F8] Quick Help With Sound!

    I am trying to play more than one sound in my game but when i want to switch sounds it wont switch it will play both, i have tryed using :

    var snd = new Sound();
    snd.attachSound("rave");...
  20. Replies
    3
    Views
    418

    thanks alot man! worked for me, ill remember this

    thanks alot man!
    worked for me, ill remember this
  21. Replies
    3
    Views
    418

    [F8] gotoAndStop in _root.hitTest?

    Is this possible?
    when one object hits into the other it wont goto the other frame, here's the code im using!


    if (_root.exit.hitTest(_x, _y, true)) {
    gotoAndStop(3);
    }

    whats the...
  22. Replies
    3
    Views
    621

    I see where your coming from. i will add...

    I see where your coming from.
    i will add relaxation levels, and more of a "challange" aspect to the game, thanks for the... advice :)
  23. Replies
    3
    Views
    621

    [F8] A Game In Progress!

    Hello, this is my first serious flash game i am making, although far off i am pleased to say that it will be of playable standerds.

    Thats where YOU come in, i just want a few people to rate the...
  24. Replies
    1
    Views
    608

    [F8] Need Root.hittest help please

    Unfortunatly i have a small problem whilst making my game in flash.
    It a simple game where you move the character using the arrow keys and try and avoid a spotlight to get to the exit!
    ...
  25. Replies
    2
    Views
    702

    The frame rate always catches me out, but then i...

    The frame rate always catches me out, but then i fix it (:
    12 is quite low try higher
Results 1 to 25 of 30
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center