A Flash Developer Resource Site

Search:

Type: Posts; User: errorist

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    574

    hey Tiger, thanks for the response. What i'm...

    hey Tiger, thanks for the response. What i'm dealing with here is graphic artists who would like to have multi-sized tiles. To me, it also sounds quite logical to implement it in my engine.. I'll...
  2. Replies
    5
    Views
    574

    [help/idea] multi-size tiles

    Hi, I'm back :)

    at the moment i'm working on a tile-engine that gets it's maps from XML documents. Nothing new, I know. However, i would like to implement multi-sized tiles, i.e: the main grid...
  3. xml/dataroot/xmlData[@qid='?qid']

    xml/dataroot/xmlData[@qid='?qid']
  4. Replies
    33
    Views
    1,574

    Looking good! plays fine too. FPS: 23 / 24...

    Looking good! plays fine too.

    FPS: 23 / 24
    Browser: IE6
    CPU: AMD XP 2000+
    RAM: 256 MB
    VIDEO: 64 MB

    I actually like the working title you came up with. I'm not sure what the whole story...
  5. Replies
    5
    Views
    624

    see the attachment. It's not all my own, I...

    see the attachment. It's not all my own, I believe I got it from someone on FK and modified it a little.

    You say you want your movie to play at the same framerate on every machine, right? If...
  6. Replies
    4
    Views
    823

    with screen.height and screen.width you can...

    with screen.height and screen.width you can determine the user's screen size in JS.



    if(screen.width < 800){
    location.replace("small.html");
    } else if (screen.width <= 1024 && screen.width...
  7. Replies
    3
    Views
    1,122

    haha, that's what I call an addictive game....

    haha, that's what I call an addictive game. Didn't get the exact idea of the snowflakes either, but after one round I started understanding. Cool how you're actually playing two games at a time and...
  8. Replies
    3
    Views
    534

    I hear there's a nice one up at www.gotoandplay.it

    I hear there's a nice one up at www.gotoandplay.it
  9. Replies
    4
    Views
    1,270

    you say these instances of objects have a lot of...

    you say these instances of objects have a lot of properties in common, right? In that case I'd put all these common properties into a protoype. I'm not familiar with AS2, but in AS 1 I'd do something...
  10. Replies
    15
    Views
    1,059

    I saw some of them alright (there's one by...

    I saw some of them alright (there's one by Massimo Kunstler, who is German, but it's in English) and I liked it. I'm using Quicktime 6.4 and it worked quite OK. too bad the second video with Colin...
  11. Haha, damn you, Tony! I'd been messing around...

    Haha, damn you, Tony! I'd been messing around with localToGlobal() for half an hour with no results, so I just posted the above code, and you just slap it out of sleeve like it's nothing :)
  12. Replies
    3
    Views
    464

    damn, too late! squize, you old hasty bastard: i...

    damn, too late! squize, you old hasty bastard: i wanted to welcome this guy and point him to the sticky! :D (love the sticky BTW)


    welcome phrozenfears!
  13. onClipEvent (load) { if...

    onClipEvent (load) {
    if (this.hitTest(_root.singletwenty)) {
    _root.score +=20 ;
    }
    }


    easy as that. your _parent.singletwenty wasn't the right object. think of it: the code is on the...
  14. Replies
    8
    Views
    608

    So you want your enemy MC to play an animation...

    So you want your enemy MC to play an animation when it gets hit by the bullet. The bullet hitTesting seems to work, but then you use gotoAndStop() to play the animation. Now that seems weird to me :S...
  15. Replies
    21
    Views
    1,861

    Your game's definitely looking good and runs...

    Your game's definitely looking good and runs fine! one thing though: when I shoot the breakable tile, walk off screen so it isn't visible anymore, then walk back so it's visible again, I can see the...
  16. Replies
    36
    Views
    3,290

    yeah, so I noticed (see my other topic about...

    yeah, so I noticed (see my other topic about highscore). Some guys from college were kind enough to hack my highscore that way :D
  17. Replies
    31
    Views
    1,851

    like it! nice graphics, sounds and nicely...

    like it! nice graphics, sounds and nicely finished. Even plays well for an unexperienced gamer like me ;)
  18. Replies
    20
    Views
    1,107

    Ok, i'm just gonna have a good nights sleep over...

    Ok, i'm just gonna have a good nights sleep over this and come up with a new method. This isn't leading anywhere usefull
  19. Replies
    20
    Views
    1,107

    New version online take your best shot. I...

    New version online

    take your best shot. I think I should reconsider my approach.. it's a little too easy I guess


    seems my college-buddies are faster than you FK'ers :D
  20. Replies
    20
    Views
    1,107

    Thanks for sharing that XMCNUGGETX. I'd better...

    Thanks for sharing that XMCNUGGETX. I'd better move the validation routine to JS then instead of AS. I'll let you know when you can have a try again

    (man, this is exciting. "has someone hacked it...
  21. Replies
    20
    Views
    1,107

    XMCNUGGETX, tell me: how?

    XMCNUGGETX, tell me: how?
  22. Replies
    20
    Views
    1,107

    OK, Squize, tell me: how did you do that?

    OK, Squize, tell me: how did you do that?
  23. Replies
    36
    Views
    3,290

    I know, but you can easily save the SWF file...

    I know, but you can easily save the SWF file (look in your temp internet files), open it in a decompiler / whatsoever and get the name of the php document. You can then enter the URL to this PHP...
  24. Replies
    36
    Views
    3,290

    Indeed, unless you configure your server to...

    Indeed, unless you configure your server to handle .inc files as php files, every user will be able to view them as plain text.

    Ihoss' idea (using .php instead) still makes sense. if my method...
  25. Replies
    20
    Views
    1,107

    haha, yeah, I granted myself some extra...

    haha, yeah, I granted myself some extra privileges :)
Results 1 to 25 of 105
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center