A Flash Developer Resource Site

Search:

Type: Posts; User: antiyankee

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    431

    cool thanks

    cool thanks
  2. Replies
    4
    Views
    431

    password embedding

    i would like to create a password text where you can only type numbers. I tried embedding numeral font on the textbox, but then you couldnt type anything. Is there any way 2 do this without having to...
  3. Thread: PHP-MySql

    by antiyankee
    Replies
    2
    Views
    895

    yea

    yea
  4. Thread: Classes

    by antiyankee
    Replies
    1
    Views
    571

    Classes

    Ok this applies mainly to other languages, but what is a class. I cant' seem to understand what their purpose is and more specifically how to use them. An example would be great! Thnx.
  5. Thread: PHP-MySql

    by antiyankee
    Replies
    2
    Views
    895

    PHP-MySql

    I have a server that I want to use PHP with a mysql server, but he problem is that ive looked a lot to find out how to get them to work together, but i still get the error message, mysql_connect() is...
  6. Replies
    1
    Views
    417

    [F8] multiple mc's

    hey i want to make a multiple mc's that have have the same name except for a unique identifier that i will have to tell them apart. this identifier will prob b a numeric variable. This is sort of...
  7. Replies
    1
    Views
    519

    [F8] multiple mc's

    hey i want to make a multiple mc's that have have the same name except for a unique identifier that i will have to tell them apart. this identifier will prob b a numeric variable. This is sort of...
  8. Replies
    3
    Views
    732

    View Post

    <?php
    $con = mysql_connect("localhost","rooot","");
    if (!$con)
    {
    die('Could not connect: ' . mysql_error());
    }// some code
    mysql_close($con);
    ?>
    Theres the code as for mysql installed,...
  9. Replies
    3
    Views
    732

    PHP-Sql trouble

    im playing around with php b/c im a comlete newb, and i tried to connect to an sql database and have a message come up as to if it connected or not. however the http 500 error comes up making me...
  10. Replies
    1
    Views
    865

    aC6TUALLY I solved my problem but i have another...

    aC6TUALLY I solved my problem but i have another question. i managed to get the data into the text file, but it showed up like this
    &name1=<TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Times...
  11. Replies
    1
    Views
    865

    php-take variables out of a text file

    ok so i understand how to use php to write stuff to a text so i can use it in flash, but now i want to do the opposite. how can i get php to ditinguish between the variables in the text (&var) and...
  12. Replies
    2
    Views
    820

    PHP question

    I wanted to test writing data from flash to text file, but it dosnt seem to work on my home pc. Im fairly certain my code is right, but does PHP need to be installed on my PC, or would it still work?
  13. Replies
    2
    Views
    479

    case sensitivity

    When you type something into a textbox, can you compare it to an external or internal variable where case sensitivity does not matter? For Instance if I had variable:

    var a="something"

    if I...
  14. Replies
    4
    Views
    1,097

    www.asp.net go to learn>SQL there are video...

    www.asp.net go to learn>SQL there are video tutorials
    were in the same boat!
  15. Thread: Ai

    by antiyankee
    Replies
    5
    Views
    883

    right now, my enemy follows my guy around the...

    right now, my enemy follows my guy around the enviornment, its simple, but im conflicted. Ai seems very delicate. if i program it too difficult, it my make too hard, but i also dont want too make it...
  16. Thread: Ai

    by antiyankee
    Replies
    5
    Views
    883

    Ai

    Im trying to make a replica of super smash, only with edited characters and levels and I have several questions. Where do I start with the Ai is the big question. when should the cpu use certain...
  17. Replies
    3
    Views
    569

    OK so I understand what they are, but how can I...

    OK so I understand what they are, but how can I use them with actionscript. For example, I want to have a textbox say what is selected in a drop down component when it it changed. Is there a way to...
  18. Replies
    5
    Views
    1,091

    if(_root.level2) { _root.level1.enabled=false }...

    if(_root.level2) {
    _root.level1.enabled=false
    } else {
    _root.level1.enabled=true
    }
    Try this, although there probly is a better way, im new. If your interested the MC.visible may also help...
  19. Can you use that to type in a URL in, say a...

    Can you use that to type in a URL in, say a textbox and have it load the URL, like set the variable = _root.textbox? Im trying to externally open a sound from a user-defined URL...
  20. Replies
    2
    Views
    1,941

    im no expert, basing this on high school/ap...

    im no expert, basing this on high school/ap physics, but to find the angle the slope makes is pretty crucial. you would find it by taking the arctan of the height/width (tan(theta)=o/a). the take the...
  21. Replies
    3
    Views
    569

    Flash Components

    All Right. Ill make this plain and simple. What are flash components and how/when do I use them. Really, I have no ideas so any help is greatly appreciated. Examples help even more. Thanks!
  22. Replies
    3
    Views
    547

    Actually u pretty much solved my problem. i guess...

    Actually u pretty much solved my problem. i guess what i want to happen is moving the character to a certain point, then move the background. I can code it i just needed to see it happen, but if i...
  23. Replies
    4
    Views
    482

    Wow Thank you so much! that feels great coming...

    Wow Thank you so much! that feels great coming from someone who actually knows what he's doing (btw i did do the actionscript, although i think i love clocks too much)
  24. Replies
    4
    Views
    482

    turtlepondpark.com

    Hey everyone! I've been working on this site since 6/07 and would really appreciate feedback. Just keep in mind that I'm only 17 and only been doing this for about 9 months. I'm no expert like most...
  25. Replies
    2
    Views
    3,194

    Hey that helped alot thanks!

    Hey that helped alot thanks!
Results 1 to 25 of 28
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center