User Tag List

Results 1 to 2 of 2

Thread: Enforcing an Event Delay?

  1. #1
    Clicker Multimedia Fusion 2XNA Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)

    Join Date
    Feb 2009
    Location
    Edmonton, Canada
    Posts
    100
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Enforcing an Event Delay?

    I'm running into an issue where I've got a sequence of events to control a menu system and they aren't responding properly.

    Each row is a counter, each counter has it's own event group to keep the others from interfering with it's control

    Here's an image that hopefully gives some kind of representation:
    http://i.imgur.com/dI8yIWc.png

    Counter 1 = Gameplay
    Counter 2 = Video

    And so on...

    I have done a menu very similar to this before however that one primarily went up and down only. The only left/right movement was on the volume slider.

    So you go to settings and it activates the 'SETTINGS MENU' event group. When the group activates it shows the settings background frame. It disables interaction with the previous menu so that you don't somehow bring up the load menu when you're trying to change the volume

    So you activate the SETTINGS MENU event group. and if you press down it will deactivate the SETTINGS MENU group and activate the SETTINGS/GAMEPLAY MENU group. allowing you to interact with counter representing the gameplay menu.

    This part works flawlessly.

    The problem comes into play when I try to make it so taht you can go from SETTINGS/GAMEPLAY MENU to SETTINGS/VIDEO MENU. I use the same event concept. You press down while the event group is active and it should deactivate SETTINGS/GAMEPLAY MENU and activate SETTINGS/VIDEO MENU. What it seems to do instead is make it so that you press down and it just activates everything. Even though there are events clearly separating the two groups and they are in two groups in the first place.

    If you press down while the gameplay group is active it should deactivate the gameplay group and activate the video group at the same time. I have tried switching the order around to have it activate the next group and deactivate itself and vise versa but it makes no difference.

    i wanted to show some videos but youtube is for some reason taking an exceedingly long time to process so that's out the window

    The only difference between this menu and one I made before was that you can move horizontally and vertically where the other one was a vertical only menu.

    The fact that it seems to be carrying the down-press across multiple event groups when the deactivation trigger should be separating them is what has me thinking I need to insert some kind of delay between the groups.

    Is there an event that acts as a separator? Or does anyone have a suggestion for a different method? I really can't see that I'm doing anything wrong. The down key press is a single key press event. It shouldn't be carrying across like this at all, yet it is.

    All the different ways i've tested this show very heavily that the key press is being carried across when it should not be. That's what I need to stop. I need to make it so that when I press down to go from group 1 to group 2 it cuts off when it gets to group 2. I could have 5 groups or more and it would slam straight down to group 5 because it's been carried through when it should not be. 'key press' means one press. thats why 'repeat while pressing a key' is a separate function.

    I'll try to update this with those videos later. They should have only taken a few minutes to process. I don't know what the problem over at youtube is.

  2. #2
    Clicker Multimedia Fusion 2XNA Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)

    Join Date
    Feb 2009
    Location
    Edmonton, Canada
    Posts
    100
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just updating this. I'm doing a different method where there is one 'root' counter to act as the initial menu and you press enter or confirm over top of a certain counter position/value and it then goes into that function. This seems to work so far and has less hair pulling.

    I'll mark this as 'solved' I just wanna say thanks for everyone's help over the years (I'm not going away or anything). I know I can come across as the guy who desperately needs some xanax in his ice cream sometimes. Maybe I'll take up meditation.

    TLR. Figured out an easier alternative.

Similar Threads

  1. Delay Before Event Group Dis-Engages.
    By celticafro in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 8th January 2011, 08:22 PM
  2. Delay! help
    By scurvy in forum The Games Factory 2 - Technical Support
    Replies: 5
    Last Post: 7th February 2010, 04:20 PM
  3. Help With 'Delay' - Is It Possible?
    By HRMNKRDN in forum The Games Factory 2 - Technical Support
    Replies: 2
    Last Post: 20th July 2009, 09:22 PM
  4. MIDI delay in MMF 2
    By Stian_B in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 20th July 2006, 04:22 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
  •