User Tag List

Results 1 to 8 of 8

Thread: A little help please...

  1. #1
    Clicker Fusion 2.5Android 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)
    AftPeakTank's Avatar
    Join Date
    Apr 2013
    Location
    Greece
    Posts
    399
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)

    Angry A little help please...

    I am really tired from the effort to correct this probem and i don't know if it will make any sence what i am going to say.

    It is a pairing problem again...

    I really cannot think at this moment...

    Ok i have this event

    waveprob1.PNG

    So what happens here?

    I have the Wave creator object (W object)

    So i may have more than 1 instances of this object.
    The W object, has an E value which is Unique for its instance.

    In this event, i create enemies every 35 seconds until the W object C value is zero.

    What i am trying to do is to give to the created enemies the same E value.

    Well everything seems to work fine until a new instance of W object comes and starts to create new enemies. Enemies created with another W object have their E value changed to the last created W object...

    It is driving me crazy... I cannot use for each becasue it is for android...

    I hope someone can help me...

    Well, if you make sense of what i am saying...

  2. #2
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCHTML5 Export ModuleiOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)Universal Windows Platform Export Module (Steam)
    ratty's Avatar
    Join Date
    Apr 2012
    Posts
    1,165
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Have you tried running the events with groups rather than directly through the objects?

  3. #3
    Clicker Fusion 2.5Android 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)
    AftPeakTank's Avatar
    Join Date
    Apr 2013
    Location
    Greece
    Posts
    399
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    It is impossible to group here because i need to create specific enemies...

    If you notice there is a wave type value. Depending on the wave type i create different enemies...

  4. #4
    Clicker Fusion 2.5Android 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)
    AftPeakTank's Avatar
    Join Date
    Apr 2013
    Location
    Greece
    Posts
    399
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    No other ideas?

  5. #5
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleXNA Export Module
    ProdigyX's Avatar
    Join Date
    Jan 2011
    Posts
    1,197
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Rather than having all those listed actions, you can have the above condition trigger a for each loop that goes through each instance of the W object. If you do this, assigning the E value should be no trouble at all.

  6. #6
    Clicker Fusion 2.5Android 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)
    AftPeakTank's Avatar
    Join Date
    Apr 2013
    Location
    Greece
    Posts
    399
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    It is for android! I cant use for each

  7. #7
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleXNA Export Module
    ProdigyX's Avatar
    Join Date
    Jan 2011
    Posts
    1,197
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Oh I think see the problem. Try setting doing all of the "Red Crown" actions first and then do the "Black Oval" actions.

  8. #8
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Nov 2011
    Posts
    63
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if the above solution doesn't help, you can try something like this:

    1. every 1s, add 1 to value "timer" from "Red Crown"
    2. if calue "timer" of "red crown" >= 35
    - do your actions

    -> but I agree that object selection needs an overhaul and more possibilities to define which objects to choose! ;-)

Posting Permissions

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