A Flash Developer Resource Site

Search:

Type: Posts; User: lonegunman_dMe

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    311

    easy way to import formatted text?

    hello,

    i have a lot of word and html files containing formatted text.
    is there a way to display them eg. in a dynamic text box without having to rewrite them? flash does not understand a lot of...
  2. Replies
    0
    Views
    371

    simple masking a letter problem

    hi there,

    i am trying to create "write" effect using a mask.
    i got one letter and the mask is supposed to reveal it like someone is writing it.
    i have used a path animation to guide the mask...
  3. Replies
    23
    Views
    851

    sorry company policiy :( found another way to...

    sorry company policiy :(
    found another way to manipulate. using the tab key to select buttons.
    _focusrect = false; fixed that.
  4. Replies
    23
    Views
    851

    users in this company can not change their...

    users in this company can not change their resolution. not sufficient rights in windows. so i m fine with it.
  5. Replies
    23
    Views
    851

    thnx for the ideas. i implemented some.but the...

    thnx for the ideas. i implemented some.but the biggest issue was the zooming which is slowing down the time penalty calc. i just disabled the menu in the publish settings and now the scores make...
  6. Replies
    23
    Views
    851

    all players use the same type of computer so that...

    all players use the same type of computer so that won t be the problem. yet good to know.
    the thing i found is using the zoom funkctino in the player slow it down considerably. is there anything to...
  7. Replies
    23
    Views
    851

    well that might be the cause for those good...

    well that might be the cause for those good scores.
    i don t use gettimer or anything like it i just have a mc running as a clock. very frame the penalty is increased.
  8. Replies
    23
    Views
    851

    too sophisticated :D the people in this company...

    too sophisticated :D the people in this company are far from geek status. age average is 45. though the macro thingy might be it.
  9. Replies
    23
    Views
    851

    highscore cheating possible?

    hi,

    i have made a simple quiz in the 'who wants to be a millonaire' style with a time penalty. so the faster you klick the right answer the more points you get.
    now i got some players in the...
  10. Replies
    3
    Views
    369

    if i do that the code in the child mc will stop...

    if i do that the code in the child mc will stop too because it is in frame 3 of the parent.
  11. Replies
    4
    Views
    360

    sorry, that was confusing. _root.fcounter = 1; ...

    sorry, that was confusing.
    _root.fcounter = 1; is not from the actual code
    it was just to show which/how i assigned the value for it.
    i recon it s my syntax in some way so i posted the way i...
  12. Replies
    3
    Views
    369

    command order problem

    hi,

    i got a mc "mc_main" in which in frame 2 i have "mc_control" in which i have a button. the button executes some code controlling other mcs.
    now i want mc_main to gotoandstop(1). as soon as...
  13. Replies
    4
    Views
    360

    if < trouble

    hi,
    i have got a problem getting this to work. the if condition is always true no matter which value _root.fcounter actually has. any ideas why?


    _root.fcounter = 1;
    if(_root.fcounter < 3){...
  14. Replies
    3
    Views
    447

    thnx a lot. i hate syntax problems. nowhere to...

    thnx a lot. i hate syntax problems. nowhere to look em up.
  15. Replies
    3
    Views
    447

    ...

    ...
  16. Replies
    3
    Views
    447

    variable mc addressing

    hi there,

    i have found a few posts dealing with this topic but i can t seem to get it right.

    i got multiple mcs wich i want to control from another mc.

    _root.mc_bar.mc_f1.gotoAndStop(2); ...
  17. Replies
    2
    Views
    335

    thnx a lot!

    thnx a lot!
  18. Replies
    8
    Views
    516

    arr.sort(function(){return...

    arr.sort(function(){return Math.floor(Math.random()*3)-1});

    is exactly what i was looking for yet i don t fully understand it :D

    Math.random()*3 gives you a number 0 <= n <=3
    so...
  19. Replies
    2
    Views
    335

    simple naming/controlling issue

    hi there,

    i have got a simple motion tween with an instance.
    in the first keyframe i named the instance (movieclip mc_inst1).
    now while the motion takes place i let certain actions control the...
  20. Replies
    19
    Views
    707

    hi, i m currently trying to get this to work (1st...

    hi, i m currently trying to get this to work (1st time with php). but i can not find some kind of smtp setting where you config which smtp server to use to send the mail.
    do i even need one?

    the...
  21. Replies
    0
    Views
    353

    email via exchange server?

    hello,

    is it possible to use an ms exchange server instead of a smtp to send emails? any tutorials maybe?

    thnx in advance
  22. thank u SO much! this saved me a lot of work.

    thank u SO much! this saved me a lot of work.
  23. Replies
    4
    Views
    522

    is there a way to set the text color in the msg...

    is there a way to set the text color in the msg body?
    this way i could set it to 255/255/255 and the user won t be able to see the score :D
  24. Replies
    4
    Views
    522

    looks good so far. will test it tomorrow. just...

    looks good so far. will test it tomorrow.
    just one question. the mail will only be created not sent automaticaly right? so in my case the user could tamper with the highscore value? is there any way...
  25. Replies
    4
    Views
    522

    highscore via email

    hello,

    i m currently struggling to get a highscore system running in a very restricted company environment.
    as i have no way of installing a database i was thinking of mailing the score to a...
Results 1 to 25 of 60
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center