User Tag List

Results 1 to 3 of 3

Thread: RPG help, Im completely stumped with saving the position of your player bef/ battle

  1. #1
    Clicker Fusion 2.5 (Steam)
    Finni_roverfield's Avatar
    Join Date
    Jul 2022
    Location
    Canada
    Posts
    27
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    RPG help, Im completely stumped with saving the position of your player bef/ battle

    Guten tag, as you read by the title i'm completely stumped on trying to save the players position Before a battle and loading it upon if they win or loose happens in your game, i nearly got the battle frame Down and don't really need help on that, its just that like I have no idea on how to do it.

    ive tried to look at tutorials online, just that a whole lot of them are not what i'm looking for. there are Tutorials For INI but there's so many ways on to do it. INI. File. Arrays maybe?

    If you do wish to Give some tips, that would be kind but i'm sorta slow.


    thanks :>

  2. #2
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleXNA Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    gkinfinity's Avatar
    Join Date
    May 2011
    Location
    USA
    Posts
    297
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    There are different ways to do this, but an array would work fine! I'm guessing you probably don't know about the 'Global to this application' option that exists for all kinds of objects within CTF.

    Screenshot 2023-03-13 221734.png

    If you click on an array (or a counter, or active object, etc.) you'll see the 'Global to this application' option at the bottom of the Settings tab. By clicking this box, that object will retain changes made to it across Frames (both in the editor, and in game). You can save the X and Y coordinates of the player in the array, go to the battle Frame, and then return to the previous Frame when the battle is over. When the Frame starts, just set the X and Y coordinates of the player to the values saved in the Array. Of course, it will get a little more complicated since you may not always want to load that position, but hopefully you get the idea. Making objects Global helps with a lot of other things as well, so definitely consider using that for objects that you want to be able to edit and change on multiple Frames at once.

  3. #3
    Clicker Fusion 2.5 (Steam)
    Finni_roverfield's Avatar
    Join Date
    Jul 2022
    Location
    Canada
    Posts
    27
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for the help, I should tell you i did find another simple way to do it.

    however I might need this in the future so your knowlege wont go wasted.

Similar Threads

  1. Replies: 1
    Last Post: 1st June 2020, 10:41 PM
  2. Replies: 8
    Last Post: 2nd July 2015, 04:04 PM
  3. PLEASE HELP with saving character position!
    By 38cjc38 in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 14th October 2011, 09:01 AM
  4. saving players last known position
    By willow in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 2nd December 2009, 12:00 AM
  5. Saving last frame position?
    By Bernardo3D in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 24th September 2009, 03:34 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
  •