A Flash Developer Resource Site

Search:

Type: Posts; User: libran

Page 1 of 7 1 2 3 4

Search: Search took 0.05 seconds.

  1. Thread: going nuts!!

    by libran
    Replies
    11
    Views
    1,073

    hehehe a tought one ha... Well not so tough !!!...

    hehehe a tought one ha...
    Well not so tough !!!
    all you have to do is
    on(press) {
    TellTarget(/) {
    gotoAndPlay("scene2") ;
    }
    }

    get it ppl ....
  2. Replies
    1
    Views
    339

    yep what you can do is either edit the .text file...

    yep what you can do is either edit the .text file in such a way , or load the whole .txt file and only display what ever part you want. This can be achived through action asripting.

    Libran
  3. Replies
    2
    Views
    351

    yep it got to do with duplicate movie . you can...

    yep it got to do with duplicate movie . you can duplicate a MC and specify on which lebvel you want it .

    Also within the timeline higher the level your MC is on its going to be over everything...
  4. Replies
    1
    Views
    377

    no you can only load one movie on one level. To...

    no you can only load one movie on one level.
    To decide the level , well one on top of the other ... so the highest Level movie will hide everything below it !!

    Load movies in to levels depends on...
  5. Replies
    3
    Views
    669

    i dont know here , but try on macromedia.com...

    i dont know here , but try on macromedia.com support section ...
    I dont know about flash 5 , but in flash 4 full CD there is a example on using FSCommands...

    Libran
  6. Replies
    4
    Views
    452

    what do you want ??? Libran

    what do you want ???

    Libran
  7. Thread: Flash in email

    by libran
    Replies
    1
    Views
    478

    you can send the e-mail in HTML format where the...

    you can send the e-mail in HTML format where the flash movie in embed inside the HTML file .

    Libran
  8. Replies
    3
    Views
    669

    yep you can use FSCommands and javascripts...

    yep you can use FSCommands and javascripts combined to help you achive what you want

    Libran
  9. Replies
    3
    Views
    565

    hey you you go back in the time line then every...

    hey you you go back in the time line then every thing in the time line will start all over again !! including sound .

    Libran
  10. Replies
    1
    Views
    501

    use on(press) { tellTarget(_root) goto(4) ; }...

    use on(press) {
    tellTarget(_root)
    goto(4) ;
    }

    etc . I mean first tell target root and then go where ever you want to go ...

    Libran
  11. Thread: Buttons

    by libran
    Replies
    3
    Views
    518

    no you cannot place button inside a button !!! ...

    no you cannot place button inside a button !!!

    instead make a seprate MC out side the button and call it

    Libran
  12. Replies
    1
    Views
    490

    well first thing first it will not affect ur...

    well first thing first it will not affect ur load/unload it you use embed .swf in a table without a frameset !!!

    secondly i guess control.swf will be your main .swf file right .
    in this file make...
  13. Replies
    1
    Views
    543

    its simple if u know actionscripting , but a bit...

    its simple if u know actionscripting , but a bit difficult otherwise ...

    I will try to give you a brief explanation ...

    1) Make a MC (movie Clip) of the Box .
    2) Make an empty button , means...
  14. Replies
    3
    Views
    533

    hey thats easy if you know a bit of action...

    hey thats easy if you know a bit of action scripting ....

    Look what you can doo is make an empty movie clip which does nothing else but duplicates your clip ok ...

    now in the first keyframe of...
  15. Replies
    2
    Views
    558

    its very well possible in flash 5 also !!! you...

    its very well possible in flash 5 also !!!

    you can use the mixer and the fill panel togeather to create Alpha effects !!!

    Libran
  16. Replies
    3
    Views
    619

    ammm nothings wrong , its the fact that u have a...

    ammm nothings wrong , its the fact that u have a very fast server, or if ur viewing of ur hdd then the prob (or boon) is that all the whole file is already loaded !!!! are u getting my point!

    this...
  17. Replies
    2
    Views
    615

    what u want is not action scripting but its...

    what u want is not action scripting but its Javascript !

    its the Javascript code which makes a new window open with all the features you want or dont want ...

    Libran
  18. Replies
    2
    Views
    606

    get one thing clear flash 5 cannot store...

    get one thing clear flash 5 cannot store databases within its self !

    but what it can do , like HTML pages send querries out to any server side languages like cgi, PHP, servlets etc and get...
  19. Replies
    1
    Views
    606

    its very simple ... make a rectangle(black) in...

    its very simple ...
    make a rectangle(black) in an empty MC the size of the movie ...
    then place it in the lowest layer on the main time line ...
    then as you change the color of any other MC you...
  20. Replies
    1
    Views
    456

    instead of checking "if frames loaded("scene3")...

    instead of checking "if frames loaded("scene3") ;"
    try first getin the _total no of frames and the check against it the no of frames you want to preload ....

    get it

    Libran
  21. Thread: Wait on a frame

    by libran
    Replies
    1
    Views
    460

    scripting for that will take lot of understanding...

    scripting for that will take lot of understanding ... U can use simple way around it ...

    Say ur moive is playing at 20 frames per second (default speen in flash ) . Hence if you want 5 seconds of...
  22. Replies
    1
    Views
    444

    Do u know flash 4 ??? since masking in flash 5...

    Do u know flash 4 ???

    since masking in flash 5 is like flash 4 , just a bit advanced ...
    U can get books on flash 5 to learn masking ... Its a too deep topic to explain here ...

    How do ppl get...
  23. Replies
    2
    Views
    522

    its easy just follow these steps ... 1) in the...

    its easy just follow these steps ...

    1) in the first keyframe (or any other frame before the buttons pop up ) script

    clicked1 = 0 ;
    clicked2 = 0 ;

    2) Now on the buttons (both) script ...
  24. Replies
    8
    Views
    908

    open a movie ?? I did not quite get you ?? do...

    open a movie ?? I did not quite get you ??
    do you want to edit the movie inside a movieclip ...to do that right click on the movie and selece "edit in place"

    if you want to play a movie clip with...
  25. Replies
    7
    Views
    590

    i have not yet received ur mail ??? try mailing...

    i have not yet received ur mail ???
    try mailing again to sanddy19@yahoo.com this time ???

    Libran
Results 1 to 25 of 153
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center