A Flash Developer Resource Site

Search:

Type: Posts; User: danny71

Page 1 of 6 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    552

    pretty cool. Possibly add more colors to pallate....

    pretty cool. Possibly add more colors to pallate. Thers alot of blue.
  2. Replies
    1
    Views
    383

    Interesting, Like it. The large scrolling words...

    Interesting, Like it. The large scrolling words muddle it a bit; makes a bit hard to see. Maybe hav them pass behind the grid?
  3. Replies
    12
    Views
    2,404

    I am stunned. This is the first ive ever heard of...

    I am stunned. This is the first ive ever heard of anything coming from guru. So far Ive gotten nothing out of guru.com in spite of my 10 yrs experience in the field.
  4. Guru blows. Still trying for project 1

    Guru blows. Still trying for project 1
  5. Replies
    9
    Views
    2,701

    I have gotten no work or project correspondence...

    I have gotten no work or project correspondence whatsoever from Guru.com. Not sure why.
  6. Replies
    4
    Views
    628

    HP bar? is that a preloader bar?

    HP bar? is that a preloader bar?
  7. Replies
    4
    Views
    611

    U cud put in a if statement to check xmouse...

    U cud put in a if statement to check xmouse position and if is below your area, stop followin.
  8. Replies
    2
    Views
    376

    You can addd html code to a flash document by...

    You can addd html code to a flash document by creating a textfield, then ticking the 'render text as HTML' icon which is below the font dropdown in properties. You would then pull your HTML doc into...
  9. Replies
    1
    Views
    442

    Seems like they were made in older version of...

    Seems like they were made in older version of flash.
    You might try re-installing the software as well.

    If i think of anything else i will post.
    I also may have a copy of Flash 6 or MX trial...
  10. Replies
    4
    Views
    487

    dont forget to target the _parent and/or _root. ...

    dont forget to target the _parent and/or _root.

    Treat code in an onClipEvent as if it's on the timeline of the clip. Which means paths are going to be different thaN U think.
  11. Replies
    4
    Views
    487

    U need to loop the code that gets the time, which...

    U need to loop the code that gets the time, which will then show the seconds changing in your textfield. There are several methods by which u could loop the code.

    An easy way would be to place...
  12. Replies
    1
    Views
    544

    This code needs to loop to continously check for...

    This code needs to loop to continously check for your condition.

    Hope this helps,

    D.
  13. Replies
    5
    Views
    366

    Thanks very much. This is plenty help and points...

    Thanks very much. This is plenty help and points me to the solution nicely.

    D.
  14. Replies
    5
    Views
    366

    function popuppage(URL,width,height) { width =...

    function popuppage(URL,width,height) {
    width = (width + 20)
    height = (height + 15)
    popuppage =...
  15. Replies
    3
    Views
    466

    Here U go sir: myTextField.onSetFocus =...

    Here U go sir:

    myTextField.onSetFocus = function(oldFocus) {
    trace("go");
    gotoAndStop(2);
    };
    stop();

    hope it helps.
  16. Replies
    5
    Views
    366

    Flash / Javascript popup- wierd bug

    Hello there,

    -I have 4 buttons.

    -Each button has 'getURL' to open a javascript popup.

    -Each 'getURL' gets it's path from an external txt file.
    example: getURL(game_1);

    -I use...
  17. Replies
    6
    Views
    1,042

    This works for MX but not for 2004. 2004 is...

    This works for MX but not for 2004. 2004 is different now which sucks.
    Here's what i found:

    "Version 2 components are included in the Components panel as compiled clip (SWC) symbols. A compiled...
  18. Replies
    20
    Views
    1,559

    Nice! I just posted a question regarding...

    Nice!
    I just posted a question regarding contiuous movement and a movement 'stall' problem i always have in game dev.

    Can i ask U how U initialize/control the left & right movement?

    I use...
  19. Replies
    1
    Views
    552

    run lil man...RUN!

    What 's up everybody.
    This is a problem i have had in the past & im now tired of it & am sure there's a solution.

    -I have a game that is more or less Mario style-side view.

    -There is a...
  20. Thread: ummm...

    by danny71
    Replies
    5
    Views
    551

    its supposed to say: a...

    its supposed to say:

    a href="mailto:whomever@emailaddress.com?subject=whatever"
  21. Thread: ummm...

    by danny71
    Replies
    5
    Views
    551

    a href="mailto:person@emailaddress.com" If U...

    a href="mailto:person@emailaddress.com"

    If U really wanted to be a fancy pants U could-
    a href="mailto:person@emailaddress.com?subject=whatever"
  22. Thread: ummm...

    by danny71
    Replies
    5
    Views
    551

    Here U are: on(press){...

    Here U are:

    on(press){
    getURL("mailto:whomever@email_address.com");
    }
  23. Thread: email client

    by danny71
    Replies
    0
    Views
    366

    email client

    <A HREF="mailto:whomever@email_address.com">link</A>

    or

    on(press){
    getURL("mailto:whomever@email_address.com");
    }
  24. Replies
    1
    Views
    442

    U could create a movieclip which would get the...

    U could create a movieclip which would get the _currentframe of the movie & store it in a var.

    Then on the next pass get the currentframe again & compare.

    If the new value & stored value...
  25. Replies
    6
    Views
    522

    I have found GREAT difficulty finding older...

    I have found GREAT difficulty finding older releases of the Flash app in addition to older Flash players(for testing purposes).

    Your best bet may be to search with a file sharing app. <I had no...
Results 1 to 25 of 137
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center