User Tag List

Results 1 to 3 of 3

Thread: How to link many videos

  1. #1
    No Products Registered

    Join Date
    Nov 2010
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to link many videos

    Hi
    let me say one thing:you are great!

    ok let the show begin
    i'm italian so sorry for my bad english language

    this is my problem

    when i link two videos or more i see a problem i put inside the games factory 2 one video:first video is in the list
    action[space button] load[video2]
    action[space button] load[video1]

    so i wanna back to first video
    but the space button works only with second video,so i see the second video everytime

    i would like to use space button[example]
    to back at first video

    i try to explain with a simple example
    you can imagine a guy that walks on the right side of the street[video1]
    if i click right arrow the guy goes on the right side[video2]
    if i click right arrow[everytime i need it]the guy goes on the right side[video3]

    i wanna choose the same button

    tell me something

    i have downloaded the demo,so i will buy the whole stuff!

    Bye from italy!

  2. #2
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to link many videos

    When you do this:
    Quote Originally Posted by BrianMay
    action[space button] load[video2]
    action[space button] load[video1]
    and press space, it ends up trying to do *both* actions every time. You need to write the code so that only one action happens, e.g. like this:
    User presses space:
    -Add 1 to global value A
    Global value A = 3
    -Set global value A to 0
    Global value A = 0
    +only one action when event loops
    -play video 1
    Global value A = 1
    +only one action when event loops
    -play video 2
    Global value A = 2
    +only one action when event loops
    -play video 3

    Will cycle between three videos using the space key.

  3. #3
    No Products Registered

    Join Date
    Nov 2010
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to link many videos


    +only one action when event loops

    Hi friend
    i have found the way to resolve the problem
    in another way
    i put +only one action when event loops

    in every zone and it works!

    why?
    so if you try to explain it in a simple child way : )

    another question:in the end i need to loop the whole group of videos
    maybe you said how to do but i don't understand in the deep of phrase
    give me a chance

Similar Threads

  1. Videos
    By xhedgehogx in forum Click Convention
    Replies: 13
    Last Post: 12th April 2017, 12:46 PM
  2. Tutos en vidéos
    By Cheron in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 17th December 2012, 05:09 PM
  3. les tutoriaux vidéos ici !!!
    By gunnm in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 6th December 2009, 06:05 PM
  4. Videos on exe
    By Jarzka in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 11th October 2007, 06:23 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
  •