User Tag List

Results 1 to 7 of 7

Thread: Unable to touch while invisible

  1. #1
    No Products Registered

    Join Date
    Jul 2015
    Posts
    110
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Unable to touch while invisible

    i'm posting a lot, but i really need help here...
    So, i added a button that makes something else appears. (item, something)
    but the button is invisible, it only appears when you go to somewhere else.
    you can just go and press on it WHILE it's invisible, how do i fix that?
    Basically, how do i make so that i can't click/touch something while it's invisible

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)
    Sparckman's Avatar
    Join Date
    Feb 2011
    Location
    Planet of the Kangaroos
    Posts
    1,396
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    hi there crashkandicoot, I just posted an example how to do that.
    http://community.clickteam.com/threads/93010-Botton-only-active-when-visible-Example

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)
    Sparckman's Avatar
    Join Date
    Feb 2011
    Location
    Planet of the Kangaroos
    Posts
    1,396
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Event number 5 makes the apple reappear

    in other words, the button has to be visible in order for it to work.

  4. #4
    No Products Registered

    Join Date
    Jul 2015
    Posts
    110
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Duuude! thanks!! but... how do i mix one condition with another condition? like you did? :P i see a lot of people doing that but it just replaces the condition with the oher one

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)
    Sparckman's Avatar
    Join Date
    Feb 2011
    Location
    Planet of the Kangaroos
    Posts
    1,396
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    here is how

  6. #6
    Clicker Fusion 2.5 (Steam)
    koolbrosmk's Avatar
    Join Date
    Feb 2015
    Posts
    78
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Another way is using a counter.

    For example, make the counter's initial value to 0, Minimum Value to 0, and Maximum to Whatever.

    Events:

    (NEW CONDITION) User Clicks on [Object, Etc] >>> Add 1 to Counter

    (NEW CONDITION) Counter is Greater > than 1 >>> Set Counter to 0

    (NEW CONDITION) Counter = (equal) 0 >>> [Insert Events, Such as Make Certain Objects Invisible)

    (NEW CONDITION) Counter = 1 >>> [Make Objects Reappear]

    I tried the "visible method" before, it worked, but I encountered some bugs (my game has things constantly being invisible and reappearing), so I used a counter.

    Hope I could help!

  7. #7
    Clicker Fusion 2.5Fusion 2.5 MaciOS 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)
    advaith's Avatar
    Join Date
    Jun 2015
    Location
    SF Bay Area, California, USA
    Posts
    1,324
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by crashkandicoot View Post
    how do i mix one condition with another condition? like [Sparckman] did? :P i see a lot of people doing that but it just replaces the condition with the o[t]her one
    just right-click on the condition and click "Insert" like in Sparckman's animation.

Similar Threads

  1. Unable to run using Build and Run
    By mobichan in forum HTML5 Export Module 2.5
    Replies: 1
    Last Post: 22nd May 2015, 04:47 AM
  2. override touch with next touch
    By SolarB in forum iOS Export Module Version 2.0
    Replies: 5
    Last Post: 16th January 2013, 06:05 AM
  3. Still unable to build
    By Kracker in forum Android Export Module Version 2.0
    Replies: 12
    Last Post: 8th June 2012, 05:24 PM
  4. Invisible Sub App...o.O?
    By Martin_Bodger in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 30th July 2008, 04:14 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
  •