A Flash Developer Resource Site

Search:

Type: Posts; User: NeedleInMySpine

Page 1 of 9 1 2 3 4

Search: Search took 0.05 seconds.

  1. Check out the tutorial section of this website....

    Check out the tutorial section of this website. Good luck.
  2. Replies
    3
    Views
    766

    If your dotted line is all one line you can try...

    If your dotted line is all one line you can try using a shape tween with shape hints.

    http://www.developingwebs.net/flash/shape_hints.php
  3. Replies
    2
    Views
    434

    thanks...

    thanks...
  4. Replies
    2
    Views
    434

    [Help]Car Game Tutorial

    Im doing a tutoorial that I decided to do because most of it is fire works stuff that I havnt done. I got all that good but I would still like to get the game working and im having some trouble.
    ...
  5. Replies
    2
    Views
    367

    You can make each part of the body on a seperate...

    You can make each part of the body on a seperate layer and make each part a symbol and then you can use motion tweens a little to move the parts easyer.
    Look up using motion tweens. That should...
  6. Thread: Frames

    by NeedleInMySpine
    Replies
    3
    Views
    398

    You might acidently have the actions on a frame...

    You might acidently have the actions on a frame that happens alot and you should have
    on(release{
    gotoAndPlay("examplepage")
    }
    braces after on release.
  7. Try on(release){ getURL("yourmovie.mov")}; Im...

    Try
    on(release){ getURL("yourmovie.mov")};
    Im not sure it will work but trying dosnt hurt.
  8. Replies
    5
    Views
    508

    I want to keep dos 5.0 on the 386 but I have an...

    I want to keep dos 5.0 on the 386 but I have an old pentium 166 I was thinking of puting linux on any way. Ill try and get qbasic on the 386 it might already have it. Thanks for the help.
  9. Replies
    5
    Views
    508

    I have dos 5.0 on my 386, no windows 3.1.

    I have dos 5.0 on my 386, no windows 3.1.
  10. Replies
    5
    Views
    508

    [Help]VB or VC++ compilers

    Im not sure if this is the right place for this question because it really has nothing to do with flash but I apologies for that now.
    Im not really looking for a Visual C++ compiler because there...
  11. Replies
    1
    Views
    355

    On your resume page it says "Southhampton Artists...

    On your resume page it says "Southhampton Artists Association,". Is the comma a typo? That is all I see should I see more? The art work is great and the navigation is super simple wich is good. The...
  12. Thats a pretty cool effect in that tutorial, did...

    Thats a pretty cool effect in that tutorial, did you look at the source .fla? There's a link to download it on the left side there just look up there errors you have and see what he did diffrent in...
  13. Replies
    1
    Views
    1,337

    I think you just need the stand alone flash...

    I think you just need the stand alone flash player for mac. You should be able to get it free from www.macromedia.com .
  14. I hope this helps. No scroll bar threw the...

    I hope this helps. No scroll bar threw the pictures but the basics are there.
  15. Replies
    5
    Views
    487

    www.freewebs.com/needleinmyspine/home04.fla

    www.freewebs.com/needleinmyspine/home04.fla
  16. Replies
    4
    Views
    417

    What frame rate is your movie at? hitTest is...

    What frame rate is your movie at? hitTest is verey frame dependent the higher the frame rate the more smoothly a hitTest will work. (25-30 fps usualy works well.)
  17. You could make all your pictures on the right...

    You could make all your pictures on the right buttons with a biger movie clip on the left.
    Have the diffrent pictures larger on seperat frames on the movie clip on the left.
    on the small picures...
  18. Replies
    5
    Views
    487

    You might be able to do what needs to be done...

    You might be able to do what needs to be done with with action script on the buttons instead of java. The .flas are probly made in flash 8 im sure if you post them some one can save them into mx04...
  19. Replies
    2
    Views
    373

    On the last frame of the movie put in...

    On the last frame of the movie put in getURL("yourwebsite.com/page1.htm",_self);
  20. Replies
    3
    Views
    443

    Im not sure if you want to make yourse this way...

    Im not sure if you want to make yourse this way but it might work for you. the back button is controlled with the controller MC.
  21. You could have a movie clip on the stage stoped...

    You could have a movie clip on the stage stoped on the first frame and have nothing on fthe first frame of the movie clip. Then have a button to play the movie clip and it will go to frame 2 making...
  22. Replies
    17
    Views
    6,450

    Ive been using www.freewebs.com. Its easy to use...

    Ive been using www.freewebs.com. Its easy to use and no adds just put a link back to free webs on your site and they're happy.
  23. Replies
    3
    Views
    3,603

    on(release){ getURL("yourURL.com","_blank") }...

    on(release){
    getURL("yourURL.com","_blank")
    }

    If you put those actions on your button it should work. You dont need to have the actions all on your main timeline. Make sure the actions pannel...
  24. Ya thats the easyest way to do it. Good luck.

    Ya thats the easyest way to do it.
    Good luck.
  25. Replies
    1
    Views
    490

    There are two ways that you can do that that I...

    There are two ways that you can do that that I know of both verey time consuming.
    You can draw the line you want animated and then put a layer over top of it and erase the top layer a little bit...
Results 1 to 25 of 216
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center