User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: gridGameMovement

  1. #1


    Join Date
    Apr 2010
    Location
    Wi, United States
    Posts
    21
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    gridGameMovement

    I wanted to know a good way to make a good grid-isometric game board. Should i go with sprites? Or should i render it?
    I also wanted the board to be displayed and my "characters" to only move units that are in "board spaces".

    I tried the game board extension but i havent found documentation on how to apply the extension.
    How would i go about doing this?
    The theme i want is very close to UFO-ET a turn based strategy.

  2. #2
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: gridGameMovement

    There is the Isometric Extension. That may help.

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  3. #3
    Clicker Multimedia Fusion 2SWF Export Module
    Jacob's Avatar
    Join Date
    Jul 2007
    Location
    Second pixel to the right
    Posts
    3,208
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: gridGameMovement

    It's called ISOGrid2, if I recall correctly.

  4. #4
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: gridGameMovement

    You recall correctly Jacob, and thanks.

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  5. #5
    No Products Registered

    Join Date
    Mar 2007
    Location
    Sydney, Australia
    Posts
    1,369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: gridGameMovement

    Use Iso-grid object to make it work. If you are displaying a large scrollable background, also use the background images object.
    I will try to find an example I posted a while ago

    here it is: http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=166591

  6. #6


    Join Date
    Apr 2010
    Location
    Wi, United States
    Posts
    21
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: gridGameMovement

    Ok for the iso grid will it take my image or scene and then put it in the iso perspective? Or do I need images from that angle? And can the grid handle multiple levels? (like 1st floor, 2nd floor, 3rd floor) kinda things?

  7. #7
    No Products Registered

    Join Date
    Mar 2007
    Location
    Sydney, Australia
    Posts
    1,369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: gridGameMovement

    No you will need to render the images at the isometric perspective you want to use. The iso grid object only handles the maths side of things, thats why you use the background images object like the example I posted to draw your tiles.

    Look at this example for the iso grid object, it shows multiple heights (not made by me)
    http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=23572#Post23572


  8. #8
    ledtsket2
    Guest

    Re: gridGameMovement

    thanks for the post.

  9. #9


    Join Date
    Apr 2010
    Location
    Wi, United States
    Posts
    21
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: gridGameMovement

    Hmm the background images object is out of date in my install, and fusion updater wont fetch it from the repo. The installer says it cant find my mf2Dev installation. I re-installed but no luck. My install is on win7 64-bit and is installed to a custom directory not in program files on my root drive. im having the same problem with the revision 249 installer, it doesnt recognize my mf2dev version/directory. I confused on that.

  10. #10


    Join Date
    Apr 2010
    Location
    Wi, United States
    Posts
    21
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: gridGameMovement

    Can the "tiles" be mapped with a texture to look like walls or buildings? And could i have 3d models as characters to move in the grib? Or would it be better to model it, then take 4 directional frames for when it moves?

Page 1 of 2 1 2 LastLast

Posting Permissions

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