User Tag List

Results 1 to 4 of 4

Thread: Create item at certain points

  1. #1
    No Products Registered

    Join Date
    Feb 2011
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Create item at certain points

    Hi guys.

    I have a little game, and I want to create a certain item at when the player has a certain amount of points (ie. 100, 200...), however, most of the time points will pass those numbers(going 90, 95, 105, 140 etc.), the item won't be created. Any good workarounds for this?

    Thanks

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    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)
    Tisnart's Avatar
    Join Date
    Feb 2008
    Location
    On, Canada
    Posts
    1,073
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Re: Create item at certain points

    Use greater or equal ( rather than just equal)

    Conditions:
    *players points is >= 100
    *Only one action when event loops

    Action:
    Create item

  3. #3
    No Products Registered

    Join Date
    Feb 2011
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Create item at certain points

    Nice! This at the same time resolved another problem I had! Thanks

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    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)
    Tisnart's Avatar
    Join Date
    Feb 2008
    Location
    On, Canada
    Posts
    1,073
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Re: Create item at certain points

    no prob!

Similar Threads

  1. Why does "Create Object" make multiples instead of one item
    By rubes in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 5th May 2012, 11:01 PM
  2. How to create item sprites? And a bug.
    By Fimbul in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 7th May 2010, 03:46 AM
  3. Getting Action Points in LUA?
    By astrospoon in forum Lua Scripting
    Replies: 12
    Last Post: 15th October 2009, 10:16 PM
  4. Gradienting between different points?
    By Tiles in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 5th February 2008, 06:50 AM
  5. points and more questions
    By Nintendo in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 22nd September 2007, 10:10 AM

Posting Permissions

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