A Flash Developer Resource Site

Search:

Type: Posts; User: luke.ny

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Thread: Counters

    by luke.ny
    Replies
    2
    Views
    361

    counters

    I don't know why this screwed up, but basically I was asking about the following counter.

    for (i=0, i<navigator.plugins.length, i++){
    }

    I know it's a JavaScript counter, but I'm just looking...
  2. Thread: Counters

    by luke.ny
    Replies
    2
    Views
    361

    Counters

    Could you someone out there give me a hand in explaining counters. For instance, this is a JavaScript counter, but the same concept applies to duplicating movie clips and so forth.

    for (i=0,...
  3. Thread: "If" and Scene

    by luke.ny
    Replies
    1
    Views
    447

    "If" and Scene

    How would you create an "if" command to find out which scene you're currently in. I don't really feel like creating the same identical code for each seperate scene, but rather something like:
    ...
  4. Thread: Keeping HTML

    by luke.ny
    Replies
    1
    Views
    497

    Keeping HTML

    How do you retain .HTML and JavaScript formatting when you publish in Flash. I want to be able to publish a Flash movie, open it in Dreamweaver, insert some HTML and JavaScript code and everytime I...
  5. Replies
    2
    Views
    501

    just place the cursor to the side of your flash...

    just place the cursor to the side of your flash movie in dreamweaver and then center it. i'm not sure exactly what your other problem is.
  6. Replies
    0
    Views
    330

    Scripting Problem

    Can someone out there take a look through this script and see if something's out of whack. I've been working on it for hours, troubleshooting it, trying to find out what's wrong and I can't figure it...
  7. Replies
    6
    Views
    435

    you're probably going to have to post the .fla...

    you're probably going to have to post the .fla file so that i or someone else can view it.
  8. Replies
    1
    Views
    617

    Go through the tutorial step-by-step in the...

    Go through the tutorial step-by-step in the Macromedia help menu and then I recommend reading the Russell Chun books. One of them is Macromedia Advanced, but I think there's one for beginners as...
  9. Replies
    1
    Views
    375

    Figure this one out

    Can someone out there take a look through this script and see if something's out of whack. I've been working on it for hours, troubleshooting, trying to find out what's wrong and I can't figure it...
  10. Thread: need help

    by luke.ny
    Replies
    2
    Views
    343

    tusen tak. du vet inte hur manga timmar att du...

    tusen tak. du vet inte hur manga timmar att du har sparat mig. tak.
  11. Thread: need help

    by luke.ny
    Replies
    2
    Views
    343

    need help

    I'm trying to create a photo gallery, which has both the option to start and stop a slide show and/or play the next or previous set of pictures. How can I set the movie clips (I use movie clips...
  12. Thread: Need Help

    by luke.ny
    Replies
    0
    Views
    378

    Need Help

    I'm trying to create a photo gallery, which has both the option to start and stop a slide show and/or play the next or previous set of pictures. How can I set the movie clips (I use movie clips...
  13. Thread: If statement

    by luke.ny
    Replies
    3
    Views
    332

    one more question for ya. i only use movie clips...

    one more question for ya. i only use movie clips now. no buttons. more flexibility. i'm trying though, to figure out how to cause a movie clip to stay on a frame while a photo gallery slide show...
  14. Thread: If statement

    by luke.ny
    Replies
    3
    Views
    332

    If statement

    how do you make an "if" statement cause a movie clip to play a certain frame if it's at frame 1 and "stop" or "play" at other frames.

    Something like:

    if(_root.myMovieClip=frame(1)){...
  15. Thread: if statement

    by luke.ny
    Replies
    14
    Views
    540

    if statement

    how do you make an "if" statement cause a movie clip to play a certain frame if it's at frame 1 and "stop" or "play" at other frames.

    Something like:

    if(_root.myMovieClip=frame(1)){...
  16. Replies
    1
    Views
    329

    next key frame?

    Is there a code, which could cause a movie clip to go and play the next key frame as opposed to the next frame. I'm building a photo gallery and the photos are spaced 5 frames apart (one frame per...
  17. Replies
    0
    Views
    484

    Norton Anti-virus Issue

    I installed the latest Norton Anti-Virus software on my computer the other day and it bogged down the computer, forcing my to reinstall it. Problem: when you reinstall Norton Anti-virus it creates a...
  18. Replies
    2
    Views
    1,527

    Reinstalling IE 6.0

    I can't figure out the best way to go about reinstalling IE 6.0. Any ideas. Delete it from the registry? I hate doing that. Isn't there a wizard somewhere in the XP OS?

    My IE won't view web pages...
  19. Replies
    9
    Views
    555

    Thanks to both of you. Thanks a lot. Why though,...

    Thanks to both of you. Thanks a lot. Why though, in god's name newbie, do you NOT have a web site. You know how to change the color of a dynamic text field on a roll over and a roll out, but yet you...
  20. Replies
    9
    Views
    555

    have at it.

    have at it.
  21. Replies
    9
    Views
    555

    Movie Clip Button

    Can someone take a quick glance at this code and see what's wrong. "Start2" is the child clip of "bridal_navigation". The icon becomes a button with the code, but the effect doesn't occur. It should...
  22. Replies
    2
    Views
    405

    Accessing A Child Movie Clip

    This code doesn't work. The movie clip instance "start" is nested in a movie clip called "bridal_navigation".

    _root.start.onRollOver=function(){
    black=new Color;
    black.setRGB(0x000000);
    }...
  23. Replies
    1
    Views
    349

    Movie Clip Rollover

    I want to apply this code to a movie clip, but there's not an option for a rollOver on a movie clip. Do I HAVE to embed a button within the movie clip. Here's the code I came up with.
    ...
  24. Replies
    2
    Views
    407

    thanks

    thanks
  25. Replies
    8
    Views
    680

    Create the object you want to use on your...

    Create the object you want to use on your navigation bar. Convert it into a movie clip and then create a frames at frame 1 and 3. Create a motion tween between the two frames and then change the...
Results 1 to 25 of 47
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center