User Tag List

Page 4 of 5 FirstFirst ... 2 3 4 5 LastLast
Results 31 to 40 of 46

Thread: Jump to frame bug

  1. #31
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: Jump to frame bug

    danjo, we have understood what's the problem. <img src="/center/images/graemlins/wink.gif" alt="" /> But we can't reproduce it, so the ones who can reproduce it, like you, must do something different or must have a different setting somewhere. Have you modified the Workspace and/or Storyboard editor preferences? (although I don't see what could be wrong with the preferences)

    Yves.

  2. #32
    Clicker Fusion 2.5 DeveloperAndroid Export Module

    Join Date
    Jun 2006
    Location
    Melbourne, Australia
    Posts
    765
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Jump to frame bug

    Ok I spotted something that is a little quirky, that I suspect is what the bug really is.

    If five frames are created and frame 2 and 5 have a jump to frame 1.
    Next if frame 1 is deleted frames 2(1) &amp; 5(4) point to "missing frame message" (1 &amp; 4 mean new frame numbers)
    Now I delete frame 2 , the frames 2(1) &amp; 5(3) (remember frames 1 &amp; 3 are the new frame numbers with jumps)
    Now if a frame is added to the end, now frame 1 &amp; 3 point to frame 4. There is no more "missing frame message"!

    This quirk could be very confusing in a large development.
    For example say a developer copies frame 1 to frame 2 then deletes frame 1 thinking frame 2 is frame 1.
    But what MMF does is when the next frame is created it points the jump to the last frame.

    To simplify the examply create frames say 1 to 5 get frames 2 &amp; 5 to point to frame 1
    Delete frame 1 add frame by using workspace toolbar (new frame).
    Now observe the original frames 2 &amp; 5, see how they jump to the last frame.

  3. #33
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: Jump to frame bug

    Yes, it's because the identifier of Frame 1 was freed and re-used by the new frame, and the events refers to the frame identifiers. We "could" avoid to re-use the identifiers, but that would increase a little the file size each time you add a new frame. I'll try to find a solution later.

    Yves.

  4. #34
    Clicker Fusion 2.5 Developer
    00J's Avatar
    Join Date
    Jun 2006
    Location
    Virginia, USA
    Posts
    1,510
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Jump to frame bug

    [:"red"]Danjo I get the same exact problem as you...

    -Build R241

    -Steps:
    Create a New application, you will see "Frame 1" in the storyboard.

    -Go inside frame, and goto Event editor, add an event or a group, next add Start of Frame, then under storyboard controls click jump to frame. I get a blank pop up box. Even if there is only one frame shouldn't you be able to jump to that frame? I show nothing.

    -Next, exit Frame 1. On the Storyboard editor add another frame, it will be "Frame 3"... So you end up at this point as Frame 1, Frame 3. Where is frame # 2?

    -Next go back inside frame 1, and go back to the storyboard controls in the event At Start of Frame, click on Jump to Frame, now there is a Frame to jump to, but it says Frame 2-Frame 1... Are you as confused as I am? You just have to think around it all, because Frame 1 and 2 are there. It's just that the only way to access them is by using the Calculations button 1+1. To control frame navigation.

  5. #35
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: Jump to frame bug

    []I get a blank pop up box. Even if there is only one frame shouldn't you be able to jump to that frame? [/]
    That's the problem mentioned in this thread, not everyone (including me) is able to reproduce this problem, the first frame is correctly displayed in the list on my machine.

    []On the Storyboard editor add another frame, it will be "Frame 3"... So you end up at this point as Frame 1, Frame 3. Where is frame # 2?[/]
    This one is a very minor problem, only the title of the frame is wrong, it's fixed in the build 242.

    []now there is a Frame to jump to, but it says Frame 2-Frame 1... [/]
    This is the same problem as the first one, for some reason one frame doesn't appear in the list and the numbers are shifted.

    I'll check the source code line by line to see if I can detect a random problem that would happen only on some machines, but that's very odd.

    Could someone send me a screen shot of the Workspace and Storyboard Editor tabs in the preferences? Thanks.

    Yves.

  6. #36
    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)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    Killeen, TEXAS
    Posts
    1,062
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Re: Jump to frame bug

    better still i will upload a small Avi of it when i get home tonight.

  7. #37
    Clicker Fusion 2.5 Developer
    00J's Avatar
    Join Date
    Jun 2006
    Location
    Virginia, USA
    Posts
    1,510
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Jump to frame bug

    Cool, it all seems like something that can be fixed, strange though...

    Hey Yves, what type of computer are you using, and it is the same one used to build MMF 2.0?

  8. #38
    Clicker Fusion 2.5

    Join Date
    Jul 2006
    Posts
    153
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Jump to frame bug

    Well for me it does not matter which way I add frames
    I am always missing 1 frame. I must also stress that I am
    not deleting any frames. I have tried this on a clean windows xp pro install with only MM2 standard latest build
    installed, And the Workspace and Storyboard Editor in their
    default states.
    strat59

  9. #39
    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)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    Killeen, TEXAS
    Posts
    1,062
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Re: Jump to frame bug

    OK. Heres some screenshots and explainations.

    #1.
    set up 3 frames, frame1=red frame2=yellow, frame3=green
    *note frame 2 label is skipped (already known issue)
    []http://www.acoders.com/members/danjo/mmf2/bug1.png[/]

    #2.
    in the editor on frame #1 (red frame) i click jump to:
    storyboard editor shows (frame1 and frame2) - when i AM on frame#1. - it should display the yellow and green frames, (2&amp;3)
    []http://www.acoders.com/members/danjo/mmf2/bug2.png[/]

    #3.
    I will click the yellow frame (should be 2)
    []http://www.acoders.com/members/danjo/mmf2/bug3.png[/]

    #4. after i check - it tells me i am directed to frame3 (which is the green frame)
    []http://www.acoders.com/members/danjo/mmf2/bug4.png[/]

    (now i assume this is because frame 2-the yellow frame says its frame3 in its label - related to known issue)

    #5.
    Ok then, i will go to the last frame (3 - green) and try and put a jumps to frame 1 (the red frame)
    []http://www.acoders.com/members/danjo/mmf2/bug6.png[/]

    and checking the result it gives me...
    []http://www.acoders.com/members/danjo/mmf2/bug7.png[/]

    viola - frame 2 when i wanted to go to the first frame.


    now if the labels were all corrected - i hope this fixes all its related problems.

    btw - i havent started on the picture editor :P
    mmf1.5's pic editor is far superior.

  10. #40
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Jun 2006
    Location
    Merseyside, UK
    Posts
    398
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Jump to frame bug

    Odd, just does not happen here. Your are using #r241 right? because I dont even get the skip frame 2 label issue.

    I also imagine all frames would be displayed all the time in the jump to box incase you want to jump to the current frame.

Page 4 of 5 FirstFirst ... 2 3 4 5 LastLast

Similar Threads

  1. Jump to frame
    By SirGlenn84 in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 21st May 2013, 05:17 AM
  2. [Bug] Jump to frame shows strangeness before starting actual frame
    By AdamDobay in forum Android Export Module Version 2.0
    Replies: 0
    Last Post: 19th November 2011, 09:41 PM
  3. Jump to frame - does not reset the old frame?
    By Blue66 in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 25th April 2009, 08:35 AM
  4. App. won't frame jump
    By pikzilla in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 23rd April 2009, 05:37 AM
  5. Jump to Frame
    By JJ in forum The Games Factory 2 - Technical Support
    Replies: 3
    Last Post: 27th February 2008, 06:54 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
  •