A Flash Developer Resource Site

Search:

Type: Posts; User: huflungpu35

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    2,337

    And Flax, some of your comments were unnecessary,...

    And Flax, some of your comments were unnecessary, but I do appreciate you trying to help. I was a little aggressive in my last post as well, so I apologize. I was trying to finish up a project, and...
  2. Replies
    11
    Views
    2,337

    No offense, but no one asked for your opinion. ...

    No offense, but no one asked for your opinion. And I have to point out the irony of you calling me an "idiot", when you can barely write a complete sentence.
  3. Replies
    11
    Views
    2,337

    Nevermind, got it figured out.

    Nevermind, got it figured out.
  4. Replies
    11
    Views
    2,337

    Do you always act like this much of a prick when...

    Do you always act like this much of a prick when you are "helping" someone? No one asked you if what I'm trying to do is "stupid" or a "terrible idea". I simply asked how to adjust my code.

    Then...
  5. Replies
    11
    Views
    2,337

    Maybe I'm missing something, but I don't see how...

    Maybe I'm missing something, but I don't see how your code will provide what I am trying to do. If you could help me re-write the code I provided to create functions called "result0", "result1",...
  6. Replies
    11
    Views
    2,337

    I left out a lot of the code to simplify things,...

    I left out a lot of the code to simplify things, and each function will not be identical.

    I appreciate your reply, but it didn't answer my question. I just need to figure out how to create...
  7. Replies
    11
    Views
    2,337

    [RESOLVED] Dynamically create functions

    I'm trying to create functions dynamically, but I'm running into some problems. Basically I have a loop, and I'm trying to create functions within that loop. Here is the code:


    for (i=0; i <...
  8. Think I have this figured out. Thanks anyway!

    Think I have this figured out. Thanks anyway!
  9. [RESOLVED] Hittest movieclips in array

    So here's my situation... I'm working on a chess game, and I'm having a problem trying to detect what square you are moving your piece to. I'm trying to add the available squares to an array, and...
  10. I'm not sure I understand. I guess I'm just not...

    I'm not sure I understand. I guess I'm just not following how I would animate these bitmaps.

    Let's say for this example that I want one of the circles to move to the left, and the other to move...
  11. Blitting - attach as file to instances of bitmapdata

    I'm new at blitting, so hopefully I explain this right.

    I'm basically creating a project that takes a simple image, duplicates it, and sends it in a random direction. Now normally I can get this...
  12. [RESOLVED] Problem using a variable to access xml info

    I know I've figured this out before, but I can't remember what I did. Basically I am trying to use a variable to get the correct info from an xml file.

    So I have a variable that is set to be 1....
  13. Replies
    3
    Views
    1,348

    Ok, I figured it out. The text field was set on...

    Ok, I figured it out. The text field was set on multiline, and for some reason if I put the minus sign it would put the "1000" on the next line. And it only was happening with the font I am using. ...
  14. Replies
    3
    Views
    1,348

    There's no character limit and the numbers are...

    There's no character limit and the numbers are embedded. The numbers show up fine when there is a "+" in front of them, but the numbers do not show up when there is a "-" in front of them.

    So...
  15. Replies
    3
    Views
    1,348

    [RESOLVED] Dynamic text with minus sign

    Anyone have any idea why a minus sign breaks my dynamic text field?

    For example, if I have a plus sign like this it works fine:
    mytext.text = "+1000";

    But if I have a minus sign, it only shows...
  16. [RESOLVED] Login help - validation in flash - flash php mysql

    I need a little help with a flash login page I am creating. Basically I have the user enter an id# and their name, and when they hit submit, it sends the id # to the database, and returns the name...
  17. Replies
    11
    Views
    2,579

    Ok, so I think I have this figured out. I guess...

    Ok, so I think I have this figured out. I guess I had to set the text in the textfield to be blank, before I type a name in there:
    myname.text="";

    After I did that it started working!

    So how...
  18. Replies
    11
    Views
    2,579

    Didn't work...

    Didn't work...
  19. Replies
    11
    Views
    2,579

    variables.name=String(myname.text); ...

    variables.name=String(myname.text);

    ...doesn't seem to be working...

    (I actually was using "myname", but thanks for the tip!)
  20. Replies
    11
    Views
    2,579

    Thanks musicman, that helped a lot! Now I ran...

    Thanks musicman, that helped a lot! Now I ran into another issue. When I send the variable from flash like this, it works fine:
    variables.name="frank";

    But when I try to use the name from an...
  21. Replies
    11
    Views
    2,579

    I'm so close! If anyone can help me figure out...

    I'm so close! If anyone can help me figure out this last part I would appreciate it so much!

    My question is how do I change my code so that this part of the php:
    WHERE name='frank'

    ...is...
  22. Replies
    11
    Views
    2,579

    Ok, so I have this working kind of the way I...

    Ok, so I have this working kind of the way I want. I have a php file that is pulling the correct info. Here is the code:

    <?php
    $connect = mysql_connect("db", "name", "pass");
    ...
  23. Replies
    11
    Views
    2,579

    Load specific info from mysql database

    I have an application with 5 checkboxes, and when you hit submit, it records whether they are checked into a database. I am also able to pull all the info out of the database, but I'm having trouble...
  24. Replies
    1
    Views
    1,132

    Flash / Mysql database help

    Hi Everyone,

    I'm trying to figure out some fairly simple database interaction, and I'm having some trouble. I'm basically just trying to record someones name from a textfield into a database, and...
  25. Flash8 Ok I see. That does help some, thanks. Now I'm...

    Ok I see. That does help some, thanks. Now I'm just having a problem getting that to work from an external text file.

    Ugh, so frustrating! Any ideas there?
Results 1 to 25 of 70
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center