A Flash Developer Resource Site

Search:

Type: Posts; User: jerdb

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    1,886

    I now finally got the game working(see:...

    I now finally got the game working(see: http://jerreke-spelletjes.webs.com/HEXAGONS.html, but there is a minor bug in it: the yellow marker doesn't follow your mouse pointer that well: it sometimes...
  2. Replies
    5
    Views
    1,886

    It's in the function wincheck: var mapWidth =...

    It's in the function wincheck:
    var mapWidth = map[0].length;
    var mapHeight = map.length;
    for (var y = 0; y<mapHeight; ++y) {
    for (var x = 0; x<mapWidth; ++x) {
    var...
  3. Replies
    5
    Views
    1,886

    No, you are a little bit wrong: I set one tile to...

    No, you are a little bit wrong: I set one tile to clickable in the middle of the board so you, as a player, would have to start there. The real problem is that if you have laid 6 tiles of the first...
  4. Replies
    5
    Views
    1,886

    [FLASH 8] help needed with a board game

    Hi all,

    I'm making an hexagonal board game, using Tonypa's tutorial on Tile Based Games. the goal is getting four of your own pieces in a row on the board. The problem is you just have 6 pieces,...
  5. Flash8 Strategic board game tile recognision problem

    I'm making a game named HEXAGO. It's a strategic board game made of hextiles. Most of my actionscript is based on tonypa's tutorial about tile based games(http://www.tonypa.pri.ee/tbw/start.html)....
  6. Replies
    2
    Views
    2,052

    tnx, but I found another solution: I wanted to...

    tnx, but I found another solution: I wanted to really let it look like the curves moved through the whole tail. I just decreased the height of the tail, that way the tail leaving the body is almost...
  7. Replies
    2
    Views
    2,052

    [RESOLVED] moving tail problem

    I'm making a game with a cat and a mouse, but I'm having problems to show the mouse is moving by moving its tail. look at the flash file and test it. That'll show what I mean. Does someone know how...
  8. Replies
    1
    Views
    732

    logging in problem

    I'm planning to make a game where your scores are saved in an account.
    my problem is the accounts. how can I let someone log in and see his/her scores? I was thinking of XML but I don't know much...
  9. Replies
    5
    Views
    1,587

    thanks, I didn't know that.

    thanks, I didn't know that.
  10. Replies
    5
    Views
    1,587

    thanks, i'll try it.

    thanks, i'll try it.
  11. Replies
    5
    Views
    1,587

    [MX] textfield problem in a shooting game

    I'm making a game in wich you need to shoot slimes that fly over the whole playingscreen. They're created with duplicateMovieClip and the original isn't visible. But there is one problem: the...
  12. Replies
    2
    Views
    983

    I didn't need the rotation... but thanks...

    I didn't need the rotation...
    but thanks anyway!:) :) :) :)
  13. Replies
    2
    Views
    983

    [RESOLVED] [MX] shooting a cannon

    I'm making a game in wich you need to shoot things with a cannon.
    But I have one problem...
    I don't know how to shoot the bullet.:confused:
    the name of the cannon is "schieter" and for the bullet...
  14. Thread: rotation problem

    by jerdb
    Replies
    0
    Views
    591

    rotation problem

    I'm making a game in wich you need to blast slimes off with a cannon.
    the cannon should point to the mouse.
    how could I do this?
Results 1 to 14 of 14




Click Here to Expand Forum to Full Width

HTML5 Development Center