User Tag List

Results 1 to 4 of 4

Thread: Game Board Advice

  1. #1
    Clicker Multimedia Fusion 2

    Join Date
    Mar 2007
    Location
    I'm right here!!
    Posts
    305
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Game Board Advice

    I'm creating a board game (the border is temporary) and the player moves in steps of 32. I have the screen centered on the player, so when the player moves so does the game map (but not the border), this works well and I'm happy!.



    The problem I'm having is that the player moves to the next square, then the board moves so he's in the center again and gives a kind of jumping. I would like the player to stay still and the game board move but I don't know how!

    Here the app so you can see what I mean:Board Game Jitters (use cursor keys to move, F4 to quit).

    And here is the code I'm using:


  2. #2
    No Products Registered

    Join Date
    Jan 2007
    Location
    NC - USA
    Posts
    261
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Game Board Advice

    Move the event that centers the screen after the event that moves the player.

    Works every time.

  3. #3
    No Products Registered

    Join Date
    Jun 2006
    Posts
    259
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Game Board Advice

    Just remember that in most cases your order of events matters. You want that scroll event to be at the very end because that will be after you moved your player.

  4. #4
    Clicker Multimedia Fusion 2

    Join Date
    Mar 2007
    Location
    I'm right here!!
    Posts
    305
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Game Board Advice

    Thanks guys.

Similar Threads

  1. How do you Code a Board Game?
    By redpandagames in forum SWF/Flash Export Module Version 2.0
    Replies: 3
    Last Post: 13th October 2012, 04:04 PM
  2. Board Game Tutorial
    By DisneyBoy in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 9th January 2010, 06:48 PM
  3. Board Game Simulation
    By Jo_Jo in forum File Archive
    Replies: 8
    Last Post: 25th January 2009, 09:20 AM
  4. Board Game Tutorial
    By Jeff in forum News
    Replies: 0
    Last Post: 15th July 2008, 11:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •