A Flash Developer Resource Site

Search:

Type: Posts; User: terr0rbyt3

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    604

    just loop it...

    make an timer.

    if (_level0:timer < 1)
    set variable "_level0:timer" = GetTimer + (Random(9)+1)*1000
    end if
    if (GetTimer > _level0:timer)
    do something..
    set variable "_level0:timer" = GetTimer...
  2. Replies
    9
    Views
    1,342

    yep flashkut

    i thougt sabine wanted to generate a guestbook...
    if its just a mail then it's simple...
    you don't have to check if the from is complete, just do it in your flash-send button...

    on (Release)
    if...
  3. Replies
    9
    Views
    1,342

    so what?!

    hey sabine,

    you want a html form - sending data to a php-script and this sends the variable to the flash file...

    why don't you do the whole thing in flash?
    are you connected to a database? or...
  4. Replies
    3
    Views
    930

    the answer

    ok... i would do it that way...

    php:
    <?
    ####connection to server
    $sServer="yourserver.com(or localhost)";
    $sPass="password";
    $sUser="username";
    $sDB="databasename";
  5. Replies
    24
    Views
    3,900

    you are playing a great game, when...

    which main types of great games exist?

    multiusergames (like quake...)
    jump'n'run in any style
    storytelling games (like those cardgames - i dont know how they are called in english)

    the basic...
  6. Replies
    2
    Views
    683

    moving around a movieclip...

    i've done it that way:

    see example on http://itekk.voortekk.com/pacman/index.html
    this are the actions i have on a button inside my pacman movieclip:

    On (Key: <Down>)
    Set Property...
  7. huh?

    tell me about the regular collission detection?!?

    i 've done it on my own...
    perhaps it's the same solution...

    terr0rbyt3

    KILL THOSE MUSHROOMS!!!
  8. nice thing...

    i've written today a little pacman-style game...
    probablly i can youse your a-thing...

    just have a look:

    http://itekk.voortekk.com/pacman/index.html

    greetings from
    terr0rbyt3
  9. Replies
    3
    Views
    915

    variables

    hey dudes...

    here is an example (from my flash guestbook with a php3-mysql connection)- http://itekk.voortekk.com/flash/index.html

    it works like this:

    here the source and its explanation...
  10. heres the bug...

    ok, the first mistake was:

    you better go with absolute hrefs in your flash movie
    "../target" ****s you up, when you make a change in the hierarchy of the movie clips..

    i renamed your moiveclip...
  11. Replies
    3
    Views
    1,497

    please report troubles!!!!

    if you have any troubles, please tell me...

    i'm updating this game nearly every hour...

    terr0rbyt3

    KILL THOSE MUSHROOMS!
  12. Replies
    3
    Views
    1,497

    i'm just working on a game, and need some...

    i'm just working on a game, and need some feedback...

    it's in german, so here is the mission for the game:

    you are at xbase (a cyberclub) which is divided into 4 floors. with the direction keys...
  13. Replies
    3
    Views
    915

    mysql-stuff

    hey guys...

    thats no problem...

    in your mysql-db every user gets an entry for his variables in the flash-movie... you can save them there as the standard url-encode...
  14. need help?

    hey jun_k,

    just send me your .fla-file and i tell you where the problem is...

    i'm messin' around with targets, so i shouldn't be a big problem...

    terr0rbyt3@terrorbyte.net

    if i find the...
  15. Replies
    26
    Views
    6,631

    kick flash ass

    hey guys...

    we are currently producing a flash-tekken3 game, where you choose your fighter and can fight against the computer or against a friend...

    goku123, just tell what you really need......
  16. Replies
    6
    Views
    4,357

    it seems to work... check this out:...

    it seems to work...
    check this out: http://itekk.voortekk.com/flash/index.html
    and post your questions...

    gn8
    terr0rbyt3

    ------------------
Results 1 to 16 of 16




Click Here to Expand Forum to Full Width

HTML5 Development Center