A Flash Developer Resource Site

Search:

Type: Posts; User: Sintwar

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    1,728

    Is there something wrong with what I am doing, or...

    Is there something wrong with what I am doing, or is everyone experiencing all of their resources being sucked out of the server when running FCS?

    please advise..

    thanks...
  2. Replies
    0
    Views
    1,755

    I am trying to modify the sample panel...

    I am trying to modify the sample panel presentation to only allow a certain number of users to connect.

    When I put this in frame 1 in scene 1:


    if (users > 2){
    gotoAndStop(2);
    }
    (There is...
  3. nevermind.. I figured it out.. Just click on...

    nevermind.. I figured it out..

    Just click on the SimpleConnect object on the stage, and modify the Flash Com Components thingy.. :P

    Just add more! :)
  4. I tried to duplicate and change the...

    I tried to duplicate and change the "PresenterSharedObject" and Instance names, trying to add a 4th stream to the app. Only the first three work. The 4th one just sits there. What to do?!

    If...
  5. Replies
    4
    Views
    608

    scenes are no solution to my problem. I'm not...

    scenes are no solution to my problem. I'm not looking for a work around here. I'm trying to find out if there even IS the option to move multiple frames without adding the mess at the end, and if so,...
  6. Replies
    4
    Views
    608

    well, my problem is that if I want to add one...

    well, my problem is that if I want to add one small animation before the rest (presuming I am doing everything in one scene, movie clip, etc...) I want to highlight everything, and move it all at...
  7. Replies
    4
    Views
    608

    ok.. I had hoped that by Flash MX, they would...

    ok.. I had hoped that by Flash MX, they would have had enough common sense to fix the issue with moving a load of key frames within the timeline and leaving a trail of slop behind it. Wether I move...
  8. Is it possible to send information to flash via a...

    Is it possible to send information to flash via a 3rd source?

    I.E. can I do a tellTarget or something similar to tell a flash movie on the page to "gotoAndStop(4);" with a command from a...
  9. Replies
    2
    Views
    360

    I saw that one ...

    I saw that one

    http://www.flashkit.com/movies/Effects/Special_Effects/Magic_Ba-Glen_Rho-750/index.php

    unfortunately, as I said, you have to actually "pick it up and throw it" in order for it to...
  10. Replies
    2
    Views
    360

    I have looked around and seen plenty of movies...

    I have looked around and seen plenty of movies with a ball that you can click on and drag the ball, and upon release, the ball flys in the direction it was released at the velocity that the mouse was...
  11. whew heh heh well guys, thanks for the help,...

    whew heh heh

    well guys, thanks for the help, but I realized my stupidity.. I simply solved my problem by adding this to the current loaded frame in "_root.invhid":

    _root.invhid._x =...
  12. ok.. here is my problem.. I have an embeded...

    ok.. here is my problem..

    I have an embeded movie clip here: _root.invhid

    and another here: _root.chars.inv.scroll.invone - with a button inside that has the following script:

    ...
  13. Replies
    1
    Views
    469

    I am trying to figure out how to do this: 100...

    I am trying to figure out how to do this:

    100 - 10% = 90

    I can't just do a 100 - 10, because the numbers will be dynamic.. thanks for any help..
  14. Replies
    1
    Views
    394

    I need to do a do...while statement where there...

    I need to do a do...while statement where there "while" is going to be based on wether or not text variable "Variableone" is not the same as "Variabletwo"

    how would I write that out?

    I did...
  15. Is there a way to prevent certain characters from...

    Is there a way to prevent certain characters from being typed into input text fields?

    I click on the "Include outlines for numbers" button for the text field properties, but I can still type in...
  16. Replies
    2
    Views
    528

    yes that helps alot.. thanks....

    yes that helps alot.. thanks....
  17. Replies
    2
    Views
    528

    I am trying to produce a random number between...

    I am trying to produce a random number between ohh say 50 and 150 or even between 20,000 and 100,000

    The only method I can think of is this:


    mynumber = random(1000)+500 for a number between...
  18. Replies
    24
    Views
    1,965

    ahhh thank you, thank you...... Well, here is...

    ahhh thank you, thank you......

    Well, here is what I am doing..

    I am developing a game that will basically have a save game feature.. however, what it is doing essentially is grabbing all the...
  19. Replies
    2
    Views
    407

    Nevermind I figured it out myself.. took me...

    Nevermind I figured it out myself..
    took me about 40+ trial and error scripts to do it, but I did it!

    /me bows for his performance...

    :p
  20. Replies
    24
    Views
    1,965

    ugh this message board is a piece of "blank blank...

    ugh this message board is a piece of "blank blank blank" :p

    ok let me try this again..


    ok I have 3 elements on the stage (_root)..

    1: a dynamic text field named "uname" with content...
  21. Replies
    24
    Views
    1,965

    Where would I put the &input="content of your...

    Where would I put the
    &input="content of your input text field"

    in correspondence to this?

    newNameForTextFile = "items" + ".txt"
    fscommand ("save", newNameForTextFile)


    I basically just...
  22. Replies
    24
    Views
    1,965

    this is all very useful information, but I am...

    this is all very useful information, but I am wondering this..

    I would like to be able to actually copy content (variable?) from a single text field and write that content into the text file being...
  23. Replies
    2
    Views
    407

    Is there nobody that can help me with this...

    Is there nobody that can help me with this problem?
    or is it just not possible?

    any help will be greatly appreciated... thanks..
  24. Replies
    2
    Views
    407

    ok.. Here is my dilemma for today.. This may seem...

    ok.. Here is my dilemma for today.. This may seem kind of odd, but bare with me..

    I have 7 elements to work with. 1 button and 6 text fields.

    It will work similar to a shopping cart idea, but...
  25. ahhhhh Musicman you are a GOD!!! only problem...

    ahhhhh Musicman you are a GOD!!!

    only problem was I actually had to replace

    newtwo = split[1];
    with
    newtwo = temp[1];

    but problem solved.. Thank you soooooooooooooooo much you have no idea...
Results 1 to 25 of 60
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center