A Flash Developer Resource Site

Search:

Type: Posts; User: lexfrost

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    9
    Views
    564

    Thanks guys, i'm not used to this forum etiquette...

    Thanks guys, i'm not used to this forum etiquette !!

    Enjoy your coffee...
  2. Replies
    9
    Views
    564

    Can anyone solve my problem?

    I need to set a dynamicaly created clip to frame 15..

    set("_root.p" + h + "._currentframe", 15)

    Can anyone solve my problem?

    Thanks
  3. Replies
    3
    Views
    486

    Sorry sorry - im being an idiot !! It did...

    Sorry sorry - im being an idiot !!

    It did work...

    _root[movieclipselected].player.gotoAndStop(2);


    Many many many thanks
  4. Replies
    3
    Views
    486

    Sorry doesn't work for me... this is the...

    Sorry doesn't work for me...


    this is the command i'm trying to action

    _root.p2.player.gotoAndStop(2);

    but ... i need 'p2' to be a variable that holds the name of the clip.
  5. Replies
    3
    Views
    486

    Quick problem - please help

    I need to make a Movie clip gotoAndStop at frame 2

    'movieclipselected' is a variable which contains the name of the Movie clip


    "_root." + movieclipselected + ".player".gotoAndStop(2);

    ...
  6. Thread: Mp4 & Mx

    by lexfrost
    Replies
    3
    Views
    861

    what would be the best format for this regarding...

    what would be the best format for this regarding compression/quality? mpg, mov, qt, avi?

    Many thanks for your reply
  7. Thread: Mp4 & Mx

    by lexfrost
    Replies
    3
    Views
    861

    Me too !! Nightmare .. please someone help

    Me too !! Nightmare .. please someone help
  8. Replies
    2
    Views
    393

    Many thanks, if you're ever in www.tankmania.com...

    Many thanks, if you're ever in www.tankmania.com i shall protect you with my life !! Lexlutha
  9. Replies
    2
    Views
    393

    writing a square root in an input box?

    Im trying to create an input box where the user can tap in the small '2' .. can anybody help or even understand?

    ie. x*x should be x2 ... (ie. &sup in HTML)

    Many many thanks in advance

    Lex
  10. Replies
    2
    Views
    339

    Mate you're a legend !!!!! too hungover to...

    Mate you're a legend !!!!! too hungover to realise my stupidity

    Thanks very much, you're a star..

    if you're ever in www.tankmania.com i'll protect you with my life..
    (lexlutha)
  11. Replies
    2
    Views
    339

    set variable of clip after duplication

    Hi flash guru,

    Im trying to duplicate a movieclip and set a variable to it but im having problems refering to the clip with its dynamic name .. in the example below i've tried to use the 'set'...
  12. Replies
    1
    Views
    914

    Global sound control

    Excuse my ignorance when it comes to sound !!

    Is there a command in actionscript to set a (global) volume for all sounds playing? or do i have to set a volume for each clip?

    Many thanks for any...
  13. Replies
    1
    Views
    352

    Actionscript Editing !!

    Where has the NORMAL mode gone ???? Expert mode is so laborious for simple scripting !!!!!

    Anyone any thoughts?
  14. Replies
    1
    Views
    459

    Dynamic vertical text

    is it possible?
  15. Replies
    1
    Views
    311

    Dynamic text width

    Is there anyway to monitor the width of dynamic text?

    i want to set up a movie clip with a graphic to the left hand side of some dynamic text and then a graphic immediately after the text end to...
  16. Replies
    4
    Views
    387

    Fantastic - thats exactly what im after !! ...

    Fantastic - thats exactly what im after !!

    Thanks very much a_modified_dog you're a legend .. many many thanks .. i'll look out for ya chasing motorbikes and throw you a bone !!


    :D
  17. Replies
    4
    Views
    387

    Erm i'm afraid not .. my movie is looping on a...

    Erm i'm afraid not .. my movie is looping on a single frame.

    Also it wouldn't help the cause if i had a number count and on count==120 then have the script, or if i embedded a movieclip which...
  18. Replies
    4
    Views
    387

    setInterval

    I have a movie which loops at 30fps.

    Every 4 seconds (120frames) i want to initiate a set of actionscript instructions .. would the setInterval command be a good way to do this?

    .. and is...
  19. Thread: swapdepths ??

    by lexfrost
    Replies
    3
    Views
    687

    swapdepths ??

    I have a series of movie clips that i'm duplicating repeatedly and i need a seperate movie clip to remain ontop of the clips that are beiong duplicated?

    whats the easiest/best way to do this?
    ...
  20. Replies
    3
    Views
    510

    Request.ServerVariables

    What i'm trying to do is pass the referer variable from flash to an asp page (without sending it in a query string)

    do you know of any way i can do this?

    Thanks again for your help.
  21. Replies
    3
    Views
    510

    Request.ServerVariables("HTTP_REFERER")

    Hi,

    Iam trying to use the asp function 'Request.ServerVariables("HTTP_REFERER")' to determine where a user has come from. This works fine using HTML in an 'a href' but not from a swf.

    Is there...
  22. Many thanks Xurion_Flash_Man i have done as...

    Many thanks Xurion_Flash_Man

    i have done as you have said and pretty much got to this situation before.. the fscommand seemed to work on the standalone swf file but when embedded in the html at...
  23. I need to publish my swf so it expands to 100% of...

    I need to publish my swf so it expands to 100% of a browser but leaves the content the same size as was created (eg 400x400px) .. (ie in a larger browser window you can see any content that...
  24. Replies
    5
    Views
    506

    You could write, Random (50) + 50 and that...

    You could write,

    Random (50) + 50

    and that would give you a range between 50 and 100.

    Hope i havn't misunderstood your question?!
  25. Replies
    3
    Views
    501

    this code sets the array _root.clip4[5] to 1 as...

    this code sets the array _root.clip4[5] to 1 as desired.

    _root.clip4[5] = 1

    i need to adapt this code to set a dynamic array (one made up from two variables (variableone and variabletwo))
    to...
Results 1 to 25 of 29
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center