A Flash Developer Resource Site

Search:

Type: Posts; User: brukman

Page 1 of 4 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    820

    Don't know exactly what you're asking for but...

    Don't know exactly what you're asking for but what I would do is create buttons shaped like the buttons on the vcr, put them on top of the buttons in the vcr image, then set their alpha to 0. Then...
  2. It's because you're using as3 Make sure your not...

    It's because you're using as3
    Make sure your not using as3 if you want to put the code right in the actions frame of the button.
    If using as3, name the button (i.e. "home_btn") and then open up the...
  3. Replies
    1
    Views
    3,468

    Never mind. I fixed it. I just needed to subtract...

    Never mind. I fixed it. I just needed to subtract half the xspeed from x and half the yspeed from y right at the beginning of the balls' flight.
  4. Replies
    1
    Views
    539

    Never mind. I fixed it. I just needed to subtract...

    Never mind. I fixed it. I just needed to subtract half the xspeed from x and half the yspeed from y right at the beginning of the balls' flight.
  5. Replies
    1
    Views
    3,468

    [RESOLVED] trigonometry issue

    So I made a program with flash where you click anywhere on the screen and it sends two balls with the same initial velocity in the y-direction that should cross right through the point of the mouse,...
  6. Replies
    1
    Views
    539

    [RESOLVED] Question about my trajectory

    So I made a program with flash where you click anywhere on the screen and it sends two balls with the same initial velocity in the y-direction that should cross right through the point of the mouse,...
  7. Replies
    10
    Views
    1,356

    In the line of code where is says: ...

    In the line of code where is says:


    this.totaldist=Math.sqrt((xdist*xdist)+(ydist*ydist));

    there should be a "this." before every xdist and ydist, my bad.
  8. Replies
    10
    Views
    1,356

    Don't worry, I'm 15! :D I can help! This is one...

    Don't worry, I'm 15! :D I can help!
    This is one way to do it:

    For each zombie you could put the code in their enterFrame thing:


    onClipEvent(enterFrame) //or "onEnterFrame=function()"...
  9. Replies
    16
    Views
    803

    I know a few ways you could do that ai stuff, and...

    I know a few ways you could do that ai stuff, and I could make another example for you, but I have to tell you man, it think it would be better to try and figure out ways to do things for your self....
  10. Replies
    5
    Views
    644

    I already said that a long time ago

    I already said that a long time ago
  11. Replies
    5
    Views
    644

    that would let you do a shape tween, but would...

    that would let you do a shape tween, but would disable the motion tween, Ryanw2626
  12. worked fine for me and I'm using firefox

    worked fine for me and I'm using firefox
  13. Replies
    4
    Views
    984

    are you asking how to view a swf file from an...

    are you asking how to view a swf file from an external source inside another swf file?
  14. Replies
    16
    Views
    803

    of course you can use the codes, I made it for...

    of course you can use the codes, I made it for you.
    btw- just wondering, how long have you been using flash and as, and have you learned trigonometry?
  15. Replies
    5
    Views
    644

    When you make a motion tween it converts the...

    When you make a motion tween it converts the drawing to a graphic on the first and last frames of your tween, so to do it with a shape tween after the motion tween you need to draw the shape on the...
  16. Replies
    1
    Views
    671

    If you're asking how to make a movieclip stay the...

    If you're asking how to make a movieclip stay the same and in the same position throughout all the frames of the document, then you would use the "attachMovie" function. If that's not what you're...
  17. Replies
    5
    Views
    569

    why can't you release them?

    why can't you release them?
  18. Replies
    2
    Views
    899

    The thing on the site wasn't done in flash, just...

    The thing on the site wasn't done in flash, just html. If you want to figure out how to do it in html then become familiar with html and analyze the html of that website.
  19. Replies
    5
    Views
    569

    If you give me the files I can do it for you if...

    If you give me the files I can do it for you if you want. I'm too lazy to make a long post explaining things. laaaazy...:zzz:
  20. Replies
    16
    Views
    803

    I made a simple little example. It demonstrates...

    I made a simple little example.
    It demonstrates a movement style like
    the one in the game you mentioned,
    and won't let you shoot for 3 seconds after a shot.
    Move with w, a, s, and d and click to...
  21. Replies
    16
    Views
    803

    Well first of all your demands are extremely...

    Well first of all your demands are extremely vague. If, judging by your join date on the forums, you aren't very experienced with actionscript, then that game is way too advanced for you. Otherwise,...
  22. Replies
    3
    Views
    491

    that means that its probably not a symbol (button...

    that means that its probably not a symbol (button or movieclip), and if it is then I don't know what's wrong
  23. Replies
    24
    Views
    1,927

    I only ever bumped it once, and I'm not just...

    I only ever bumped it once, and I'm not just chatting, tonypa
  24. Replies
    24
    Views
    1,927

    ok i get it, hehe btw the thing u said didn't...

    ok i get it, hehe

    btw the thing u said didn't work, darn...
  25. Replies
    24
    Views
    1,927

    ...all the bugs that people noticed are only...

    ...all the bugs that people noticed are only beacuse in order for it to work perfectly the resolution would need to be like 20000x15000 or something, and the ball would need to be moving a lot...
Results 1 to 25 of 90
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center