A Flash Developer Resource Site

Search:

Type: Posts; User: jtslee

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    665

    movieclip

    In "movN" .fla, I have a movie called "timer". In "timer", i have 1 frame w/ the long codes. Then I went back to movN and drag the "timer" movie clip onto the stage. And I make sure the "timer"...
  2. Replies
    5
    Views
    665

    ???

    I check the instant of the "timer" and it's is a movie clip.

    How come?
  3. Replies
    5
    Views
    665

    I need to my movie "movN.swf" to go back to ...

    I need to my movie "movN.swf" to go back to
    "7thfloorplan-3test" if the mouse idle for 60 sec or more

    I put the following script in a movie clip (1 frame)called "timer" w/ the following script:...
  4. Replies
    0
    Views
    385

    hi Is there a way to load a swf file based on...

    hi

    Is there a way to load a swf file based on the idle time of the cursor.

    For example, if the mouse movement is idle for 2 mins, i want the movie to load a swf file.

    thanks

    john
  5. Thread: delay

    by jtslee
    Replies
    4
    Views
    537

    timer

    Hi,

    Is there a way to load a movie based on the idle time of the mouse movement?

    john
  6. Thread: countdown

    by jtslee
    Replies
    8
    Views
    749

    timer

    hi

    Since you work with time. I will like to ask you a question. I want to load a move based on idle time of the cursor. Is it possible to do so?

    If the mouse movement is idle for 2 mins, i...
  7. Thread: countdown

    by jtslee
    Replies
    8
    Views
    749

    your project

    wakkoguy

    Since you work with time. I will like to ask you a question. I want to load a move based on idle time of the cursor. Is it possible to do so?

    If the mouse movement is idle for 2...
  8. Replies
    0
    Views
    374

    Is there anyway to tell movie to load a swf file...

    Is there anyway to tell movie to load a swf file if there are no mouse movement within a set amount of time?
  9. Replies
    4
    Views
    427

    help

    hi,

    Thanks so much. Do u have an email..where I can sent your this 2 movies..and let u take a look. What you suggest is not working.

    my email is jlee@ilx.com

    john
  10. Replies
    4
    Views
    427

    help

    hi,

    Thanks so much. Do u have an email..where I can sent your this 2 movies..and let u take a look. What you suggest is not working.

    my email is jlee@ilx.com

    john
  11. Replies
    3
    Views
    500

    Re: My suggestion . . .

    APS,

    Thanks so much. Do u have an email..where I can sent your this 2 movies..and let u take a look. What you suggest is not working.

    my email is jlee@ilx.com

    john
  12. Replies
    4
    Views
    427

    I need help..please MovieA: I have a button...

    I need help..please

    MovieA:
    I have a button w/ the following script
    on (release) {
    loadMovieNum ("movN.swf", 1);
    _level1.gotoAndStop("NormanE");
    }
  13. Replies
    3
    Views
    500

    I need help..please MovieA: I have a button...

    I need help..please

    MovieA:
    I have a button w/ the following script
    on (release) {
    loadMovieNum ("movN.swf", 1);
    _level1.gotoAndStop("NormanE");
    }
  14. Replies
    3
    Views
    581

    Re: gotoandstop

    typo. I meant it did load movN and jump right to play the normanE frame
  15. Replies
    3
    Views
    581

    gotoandstop

    Thanks! But i don't quite understand. There are actually other frames before the NormanE frame and after. When I click on the button the second time, it didn't load the movN and jump right to play...
  16. Replies
    3
    Views
    581

    I need help..please MovieA: I have a button...

    I need help..please

    MovieA:
    I have a button w/ the following script
    on (release) {
    unloadMovieNum (2);
    loadMovieNum ("movN.swf", 1);
    _level1.gotoAndStop("NormanE");
    }
  17. Thread: struggle

    by jtslee
    Replies
    1
    Views
    360

    almost fix

    I fixed it..by taking out the stop out of the first frame of Movie B. The problem now is that it will play thru all the frame labels I have in that timeline. How come ...
  18. Thread: struggle

    by jtslee
    Replies
    1
    Views
    360

    Ok. I first want to thank everyone who wrote...

    Ok. I first want to thank everyone who wrote back trying to help me. After look at this for 2 days..I am able to blow my head off. LEt me once again try this...and be more specific on the problem...
  19. Thread: gotoplay frame

    by jtslee
    Replies
    4
    Views
    806

    more help

    You are great. It plays now when i release the button, but it disappeared..right away. I put stop at the end but it didn't help..

    on (release) {
    unloadMovieNum (2);
    loadMovieNum...
  20. Thread: gotoplay frame

    by jtslee
    Replies
    4
    Views
    806

    Any one know why it will not play the frame...

    Any one know why it will not play the frame "NormanE". This is the script I put in a button.

    on (release) {
    unloadMovieNum (2);
    loadMovieNum ("movN.swf", 1);
    ...
  21. Replies
    5
    Views
    535

    doesn't work

    XFM,

    Thanks so much. I tried it but it didn't work. MovN get load up fine. But it never went to play the special frame.

    Please help.

    john
  22. Replies
    5
    Views
    535

    I have a button in movieA which loads up movieB,...

    I have a button in movieA which loads up movieB, but I am unable to tell it to play a particular framelabel in movieB. Is it possible to achieve that? Please help

    Here is the code I have on the...
Results 1 to 22 of 22




Click Here to Expand Forum to Full Width

HTML5 Development Center