User Tag List

Results 1 to 3 of 3

Thread: INI Problem

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    S.East England
    Posts
    744
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    INI Problem

    Hi All,

    In my game i basically have a "total" score of collectables. I want this to carry on throughout the game, maybe unlocking a extra level etc when it equals 500 etc.

    I have basically got this working to some extent. at the end of the level it will place the total amount of collectables into the INI file.

    However, i am having issues getting it to add to whats already in the ini file. I thought i had figured this out, but it gives me a really long strange number everytime.

    Maybe I am not setting the ini correct?

    I basically have a counter adding up the collectables. At the end of the level it transfers to ini via this event.

    set value value ("counter") to item "TOTAL COLLECTABLES" in group "STATS"

    I thought I could use an add command in the expression editor but having issues.

    Any ideas?

    EDIT: Ignore this. I realised the easiest (and best) way of doing this was to read in the total collectables to the counter on each level. That way it continues on, without needing to be added up etc. Seems to be all good now =)

  2. #2
    Clicker Fusion 2.5 DeveloperiOS Export Module
    ChrisBurrows's Avatar
    Join Date
    May 2011
    Location
    Tasmania, Australia
    Posts
    622
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Global values and strings retain their data over frames if that is any help to you.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    S.East England
    Posts
    744
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by ChrisBurrows View Post
    Global values and strings retain their data over frames if that is any help to you.
    Thanks yes I knew but i needed Ini due to the game im making being more for IOS and i dont want people to restart all the time.

Similar Threads

  1. Pulling Problem and Shooting Problem
    By Duggabboo in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 21st March 2010, 05:24 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
  •