User Tag List

Results 1 to 3 of 3

Thread: how can i press 1 key but with more than 1 event

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

    Join Date
    Jun 2019
    Posts
    19
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    how can i press 1 key but with more than 1 event

    Problem: So when i press E my character charge his power, what should i do for my character when i press E again he then release that power.
    because when i press E he just continue to charging again

    thanks

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleInstall Creator Pro

    Join Date
    Feb 2014
    Posts
    32
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    you could use a flag to filter the events.
    On first press power charges and flag goes on.
    On second press (if flag is on) player releases power and flag goes off.

    something like this (2 events)

    img.png

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

    Join Date
    Jun 2019
    Posts
    19
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by medron View Post
    you could use a flag to filter the events.
    On first press power charges and flag goes on.
    On second press (if flag is on) player releases power and flag goes off.

    something like this (2 events)

    img.png
    what if the event is string?
    so this is about text. every transition from paragraph 1 to 2, the word appear 1 by 1 from the left until the sentence finished and when i press space it skip the dialog.
    so what i want is when i press space the first time, it will complete the dialog first (skip the word appear 1 by 1 process) then when i press space again it will then change the dialog to the next paragraph

    i use this for word to appear 1 by 1 **Left$(string$( "temp dialogue" ), Len(string$( "dialogue" )) + 1)**
    and this to immediately complete dialog **Left$(string$( "temp dialogue" ), Len(string$( "dialogue" )) + 100)**

Similar Threads

  1. Mac - OSX - Event on Delete or Backspace key press
    By pixellarry in forum Mac Export Module & Fusion MAC Editor
    Replies: 2
    Last Post: 25th September 2019, 07:55 AM
  2. Press key to centre display coords, press another key return to previous coords?
    By soopytwist in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 30th June 2015, 08:28 AM
  3. Bug : Back button event is looped after one press
    By waw_demmon in forum Android Export Module Version 2.0
    Replies: 0
    Last Post: 4th April 2013, 10:28 PM
  4. Detect Key Press?
    By Atom in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 19th February 2011, 07: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
  •