A Flash Developer Resource Site

Search:

Type: Posts; User: dawsonk

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    1,651

    Using distance instead of hit test... ...

    Using distance instead of hit test...


    function doUpDate() {
    if (Key.isDown(Key.LEFT)) {
    hero._x -= hero.power;
    } else if (Key.isDown(Key.RIGHT)) {
    ...
  2. Replies
    4
    Views
    1,651

    Removed all codes from clips, placed code below...

    Removed all codes from clips, placed code below in first frame main timeline

    Removed variable from textfield and gave it an instance name of 'txt'.

    Removed 'add bomb' button, added code for...
Results 1 to 2 of 2




Click Here to Expand Forum to Full Width

HTML5 Development Center