User Tag List

Results 1 to 3 of 3

Thread: Clearing string buffer

  1. #1
    Clicker Multimedia Fusion 2

    Join Date
    Mar 2007
    Location
    I'm right here!!
    Posts
    305
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Clearing string buffer

    On the intro screen of my game, the player needs to press SPACE to start. On the main game screen SPACE is used to fire. When the player presses SPACE on the intro screen and moves to the main game screen, a single shot is fired as though it's still reading the SPACE bar.

    Is it possible to clear the buffer so the player need to let go of the SPACE bar and then press it again?

  2. #2
    No Products Registered

    Join Date
    Dec 2006
    Posts
    1,332
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Clearing string buffer

    Ya, there are many ways to do this. The easiest is to make an event on the game screen like:

    +Upon pressing "Space Bar"
    +Timer is greater than 1 second

    You can change the amount of time to any length you need.

  3. #3
    Clicker Multimedia Fusion 2

    Join Date
    Mar 2007
    Location
    I'm right here!!
    Posts
    305
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Clearing string buffer

    Did the trick great, thanks

Similar Threads

  1. DLL & Binary Object - integer buffer
    By RichTheDude in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 12th October 2012, 10:24 AM
  2. Audio buffer length?
    By Nifflas in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 12th March 2012, 11:28 PM
  3. How to get hold of a cSurface buffer?
    By Dines in forum Extension Development
    Replies: 3
    Last Post: 12th January 2012, 05:30 PM
  4. [DLL Object] Buffer + DLL chargée = crash
    By ouly in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 3rd June 2008, 01:23 PM
  5. Clearing the top line of text is String Parser.
    By ACESpark in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 25th June 2007, 03:20 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
  •