A Flash Developer Resource Site

Page 1 of 3 123 LastLast
Results 1 to 20 of 42

Thread: Online Tutorials

  1. #1
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    Last edited by blanius; 08-28-2005 at 08:19 PM.

  2. #2
    Senior Member kusco's Avatar
    Join Date
    Nov 2001
    Posts
    681

    Awesome!!

    Bret,

    This is really fantastic stuff!!

    Yes, this is something to add to the 3DFA web site. I'll first need to find out about the bandwidth issues that this might bring up.

    Would also really like to know what software you have used to get this happening??
    Cheers,
    kusco
    (3DFA Support Team)

  3. #3
    Senior Member
    Join Date
    Nov 2003
    Location
    Coimbra - Portugal
    Posts
    139

    problem

    Hi Blanius

    When i try see it, i have a problem with flash.ocx file and close all my ie windows.

    Rui

  4. #4
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    Rui I would assume that is an issue with the plugin. But even so should not crash IE.

  5. #5
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    Hey Ed, I captured with old version of Camstudio but did not use it's export to SWF rather I used Flix to export to FLV which is much better for streaming large video like this.

  6. #6
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244

    Collision Detection Tutorial

    Here's another quick tutorial.

    Must have player 7+ installed (you should do that anyway)

    Collide Detect

  7. #7
    Senior Member
    Join Date
    Nov 2003
    Location
    Coimbra - Portugal
    Posts
    139

    Collision Detection Tutorial

    Hi Blanius

    Now i got it.

    Very nice, well done, teacher.

    Rui

  8. #8
    Member MoonRise's Avatar
    Join Date
    Sep 2004
    Location
    Greenville SC
    Posts
    121

    Tutorial

    Blanius,

    This is a great Tutorial. I learned something about Buttons I didn't know. Thanks. I have one question though. Is there anyway possible that it can be used locally on my system for future review?

    MoonRise
    Tribute Site Created with 3DFA

  9. #9
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    download it.

    If you can play a FLV file you can download the video file. Otherwise you have to download the player too.

    FLV file
    http://bretlanius.com/flash/test.flv (sorry about the file name)

    the player is
    http://bretlanius.com/flash/animated_button.swf

    When I have more I'll probably make a CD available. I've wanted to do this for a long time but never got around to it till now.

    I plan to do one for the new bits coming out for 3dfa to introduce them.

  10. #10
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244

    Percentage Preloader Tutorial

    Here is another tutorial on how to make your own percentage pre-loader

    http://bretlanius.com/flash/loader.html

  11. #11
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    As soon as I have the time I plan to do one on some simple games type stuff.

  12. #12
    Senior Member
    Join Date
    Jan 2005
    Posts
    117
    Originally posted by blanius
    As soon as I have the time I plan to do one on some simple games type stuff.


    holy crap man your tutorials are the best ^^

    /tommy

  13. #13
    Senior Member lopez1_de's Avatar
    Join Date
    Oct 2001
    Location
    Germany
    Posts
    299
    very great tutorials! i like to hear your voice.

    but is nothing new for an old flash programmer

    one tipp:

    edit the first post to enter all tutorials there. else you must serach through the whole thread to find tuts. you know what I saying?
    visit my homepage -> ejected.de

  14. #14
    Senior Member
    Join Date
    Apr 2004
    Location
    Los Angeles
    Posts
    198

    How are layers best used - Movie

    I've recently discovered layers - but would like to know how they are best used. I like to think others would also benefit from a tutorial movie with audio on this topic.

    Rick

  15. #15
    Senior Member
    Join Date
    Feb 2005
    Posts
    177

    scores

    does anyone have a tutorial on keeping a player score? I dont know how to and i think it would be nice to add a player score for my shooting games.

  16. #16
    Junior Member
    Join Date
    Jun 2005
    Posts
    2
    hey kusco, please PM me how do you make your avatar???

  17. #17
    Junior Member
    Join Date
    Jul 2005
    Posts
    1
    hello guys... I'm a newbie and I`ll post here because I don`t know where else I could. I wonder if you guys can help me... I have a problem. I'm making a website using 3dfa and everything was well until I got to the Java Script part... Basically what I wanted to do is this: There are 4 buttons:

    Home
    Biography
    Hobbies
    Pictures

    When I press Home, the Home scene fades out and the home scene reappears, when I press Biography (while on the Home Scene) the home scene fades out and the biography scene should appear, when I press Home (while on the Biography scene) the biography scene fades out and the Home scene appears...and so on for every button... It's really complicated for me since I know very little about JAVA. I did try to do it but it really doesn`t work:

    if (current_scene == Scene 1)
    {
    gotoAndPlay ("Scene 2")

    }

    else if (current_scene == Scene 3)
    {
    gotoAndPlay ("Scene 4")

    }

    If do hope anyone can help me. Thanks!
    Last edited by bloodem; 07-28-2005 at 04:40 AM.

  18. #18
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244

  19. #19
    Junior Member
    Join Date
    Sep 2005
    Posts
    12
    could you make more please there really good but on custom cursor I have 2 queries

    1.try hovering over something and the mouse goes behing it but i want it to go infront

    2.how do I make it transparent

  20. #20
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    to force an object to the top you can use swapDepths with a large number like:

    mycur.swapDepths (9999)

    To make transparent:

    mycur.alpha=40

    swapDepths only works on export though.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center