A Flash Developer Resource Site

Page 3 of 3 FirstFirst 123
Results 41 to 60 of 60

Thread: [MX] actionscript prob

  1. #41
    Senior Member Nutbolt's Avatar
    Join Date
    Mar 2007
    Location
    London
    Posts
    138

    Scroller and Multi-language

    Hi Pumi,

    First, thanks again for sorting the file out , I feel I have a much better understanding of how to layout my flash files now.

    I have got 2 Questions for you or anyone else who'll be up for helping me:

    - I now need to create a number of vertical scrollers and am having trouble making the existing horizontal scroller into a vertical one. I've tried adjusting the actionscript in it and I've been looking at loads of tutorials and can't get them to work or they don't move the same my existing horizontal scroller. Do you know how to get it moving vertically?

    - Also; how should I go about putting the other six languages in? I would put each language into a different scene as I don't want to have to go through the entire actionscript changing all the instance names, paths, etc. How would you go about it??

    Thanks in advance, if you don't have time to answers these q's don't worry...you must be pretty busy with 'Zeliard 2' good luck with it

    Nutbolt

  2. #42
    Banned
    Join Date
    Mar 2007
    Location
    Albania , prishtina
    Posts
    274
    First , i am very happy that you learned something from me ...

    For scroller i will try to change the code in what you need ...

    For putting other six languages , i will try to do it ... but if it is possible can you upload the file when you finish all salons in english , and then i modify your file again ??

    And about " Zeliard 2 " ... I let it , i dont think i am rready to make it , maybe after 1 year when i gain more experience in Action Scripting , ill try making it ...

    And its rreally no problem , as i say we are here to help each other , thats why forums are for ...

    .PumI.

  3. #43
    Senior Member Nutbolt's Avatar
    Join Date
    Mar 2007
    Location
    London
    Posts
    138
    Thanks for your help, I'll look forward to hearing from you regarding the scroller!

  4. #44
    Banned
    Join Date
    Mar 2007
    Location
    Albania , prishtina
    Posts
    274
    Hi , Nutbolt i have analized your scroller ( i dont know if you created it , or got itfrom any tutorial ) ... But i think it was complex ... Here look to these Scroller , i create them .. If u like them i try to put them in your web ...

    Horisontaly Scoller :
    http://www.creativededication.com/host/ScrollTumb.swf

    Vertically Scroller:
    http://www.creativededication.com/ho...bVerticaly.swf

    Thanks...

    .PumI.

  5. #45
    Senior Member Nutbolt's Avatar
    Join Date
    Mar 2007
    Location
    London
    Posts
    138
    Wow, they look really good. If they are simpler than the one I did I could change the one I have done and they would move the same. Would you be able to upload them somewhere?

    Or tell me how they are made?

    Thanks, nutbolt.

  6. #46
    Member
    Join Date
    May 2007
    Location
    Virginia
    Posts
    40

    Retrieving runtime createdTextField input info in new text field else were

    I have created an admin_mc that activates by pressing the button signIn_btn

    http://blog.myspace.com/friendsoffoxnews

    After sign in is a authored script that createsTextField (“tNotes”) that saves runtime information and updates live on exit.

    My problem is getting the (“tNotes”) to appear in tic_mc at the same time.

    tic_mc.onEnterFrame = function(){
    tic_mc.text_txt.text = ("tNotoes", lsoNotes.getNextHighestDepth())
    }

    I get undefined in the textField at runtime.

    In the week I waited to get accepted to this site I had solved my other problems but this one has still alludeds me.. I have checked all the usual problems such as links and spelling and have nothing. If any one could help I would be grateful.
    There is a Dent in my desk where i keep Banging my Head.

  7. #47
    Banned
    Join Date
    Mar 2007
    Location
    Albania , prishtina
    Posts
    274
    I dont think that i understood you , but try something like this :

    tic_mc.onEnterFrame = function(){
    tic_mc.text_txt.text = "tNotoes";
    }

    If this will not work , Plz , can you post the file ???

    Thanks...

  8. #48
    Banned
    Join Date
    Mar 2007
    Location
    Albania , prishtina
    Posts
    274
    Nutbolt i will try to put them in your web , and then i upload it somewhere ...

  9. #49
    Senior Member Nutbolt's Avatar
    Join Date
    Mar 2007
    Location
    London
    Posts
    138
    Allo

    Just wanted to see how it's going with the scrollers. If you don't have time to change my original doc, it's ok, I'll be happy if you upload the ones you showed me at http://www.creativededication.com. I can sort somthing out with those.

    Thanks for all your help

  10. #50
    Banned
    Join Date
    Mar 2007
    Location
    Albania , prishtina
    Posts
    274
    Here are the files .... I would have complete it for you , i have tried putting them in your site , but i dont know they arent working ???

    http://www.creativededication.com/ho...ScrollTumb.fla
    http://www.creativededication.com/ho...bVerticaly.fla

    I hope , these helps you

    .PumI.

  11. #51
    Senior Member Nutbolt's Avatar
    Join Date
    Mar 2007
    Location
    London
    Posts
    138
    Hi again

    Thanks for those. I'm having a problem myself. When I export it I can't see the scroller at all. Do you know why that would be?

    And what sort of problem were you having with the scrollers that stopped them working??

    Cheers

  12. #52
    Banned
    Join Date
    Mar 2007
    Location
    Albania , prishtina
    Posts
    274
    I am not so sure what the problem is ... But if them dont work for you too , ill try again and again until it works .

  13. #53
    Senior Member Nutbolt's Avatar
    Join Date
    Mar 2007
    Location
    London
    Posts
    138
    well..thank, pumi. I'll keep trying too, but I've had no luck yet.

  14. #54
    Senior Member Nutbolt's Avatar
    Join Date
    Mar 2007
    Location
    London
    Posts
    138
    Hi Pumi,

    Just to let you know, I've finally managed to sort out the scrollers. Unfortunatly, not the ones you gave me, although they are better.

    Thanks loads for all your help. I've just got to do the other languages now. :-D

  15. #55
    Banned
    Join Date
    Mar 2007
    Location
    Albania , prishtina
    Posts
    274
    I am happy that the problem is solved

    If you need help , i am ready to help

  16. #56
    Senior Member Nutbolt's Avatar
    Join Date
    Mar 2007
    Location
    London
    Posts
    138
    Cool

    Do you know much about the FLV playback compoment?? Does it work with an embedded video???

    Thanks

  17. #57
    Member
    Join Date
    May 2007
    Location
    Virginia
    Posts
    40

    moving the playhead in external.swf assets

    I have a dilemma,
    I loaded a banner.swf with 9 frames, each with their own labels into player_mc. I gave them banner.swf an accessibility name of Banners

    How do I move the playhead to frame label “lobby” in loadMovie(“banner.swf”) from _root.player_mc



    _root.player_mc.loadMovie(“banner.swf”) now I want it to gotoAndStop frame labeled “lobby”
    There is a Dent in my desk where i keep Banging my Head.

  18. #58
    Senior Member Nutbolt's Avatar
    Join Date
    Mar 2007
    Location
    London
    Posts
    138
    Hi,

    If you haven't solved your problem yet:

    I don't know if I'm understanding you right but I think yo just type;

    Code:
    gotoAndStop(“lobby”);

  19. #59
    [Horse Thief] gotoAndCrash's Avatar
    Join Date
    May 2007
    Location
    NW, USA
    Posts
    576
    after the .swf has loaded use :
    _root.player_mc.gotoAndStop("lobby");

    if you have player_mc (an empty movie clip, i'm assuming), & you load something into it (banner.swf), player_mc then becomes banner.swf.
    Once banner.swf is loaded into player_mc, there is no more "banner.swf" - whatever frames were in banner.swf have now become the contents of player_mc.
    i'm a little high on (prescribed) drugs from recently developing tendonitis, so i hope this makes sense...
    1 Infinite Loop, Cupertino is a portal of Hell.

  20. #60
    Senior Member Nutbolt's Avatar
    Join Date
    Mar 2007
    Location
    London
    Posts
    138
    sounds sore,


    Get Well Soon!!!

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