• Products
    • Isadora
    • Get It
    • ADD-ONS
    • IzzyCast
    • Get It
  • Forum
  • Help
  • Werkstatt
  • Newsletter
  • Impressum
  • Dsgvo
  • Press
  • Isadora
  • Get It
  • ADD-ONS
  • IzzyCast
  • Get It
  • Press
  • Dsgvo
  • Impressum

Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags

    Active scene vs enter scene

    How To... ?
    3
    7
    2576
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      Rick last edited by

      A simple question I think - is there any way to distinguish between an active secondary scene and the current scene? The Enter Scene Trigger fires in all cases, but what I'm looking for is a way to fire a trigger automatically when a secondary (light blue) scene is activated, and then fire a second trigger when that scene becomes the primary (dark blue) scene.

      1 Reply Last reply Reply Quote 0
      • mark
        mark last edited by

        Dear Rick,

        Unfortunately, I can't suggest a clean way to distinguish this. The only method I can think of is to send a message using the "Broadcaster" actor just before you jump out of the primary scene. But even then, I don't know if this can solve your problem.
        Best Wishes,
        Mark

        Media Artist & Creator of Isadora
        Macintosh SE-30, 32 Mb RAM, MacOS 7.6, Dual Floppy Drives

        1 Reply Last reply Reply Quote 0
        • R
          Rick last edited by

          Thanks Mark, that's my current solution. It works when running a sequence in order, but is harder when jumping around, but no problem!

          Rick
          1 Reply Last reply Reply Quote 0
          • DusX
            DusX Izzy Guru last edited by

            Depending on how fast you are loading scenes.. maybe you can write to the scene number (for active scene and for secondary scene) to text using the datarray acotr, then read the latest numbers when loading every scene, compare to scenes self number (using the new current scene number actor).
            You could go further and say that the first value in the array is the active scene, and any following values belong to secondary scenes. This could allow you to run multiple secondary scene that are 'aware' of there state.
            Of course.. this is just an idea.. totally untested ;)

            ๐ŸŽ›๏ธ TroikaTronix Professional Services
            https://troikatronix.com/professional-services

            ๐ŸŽซ Support Tickets
            https://support.troikatronix.com/support/tickets/new

            ๐Ÿ’ป Add-ons
            https://troikatronix.com/add-ons/?u=dusx

            ๐Ÿงช GitHub Projects
            https://github.com/rwebber

            ๐Ÿ–ฅ๏ธ Win11 | i7 | RTX 4070 | 32GB RAM | Ontario, Canada

            1 Reply Last reply Reply Quote 0
            • DusX
              DusX Izzy Guru last edited by

              This will only work if all scene movement is done programatically.. using the scenelist will mess up your dataset.

              ๐ŸŽ›๏ธ TroikaTronix Professional Services
              https://troikatronix.com/professional-services

              ๐ŸŽซ Support Tickets
              https://support.troikatronix.com/support/tickets/new

              ๐Ÿ’ป Add-ons
              https://troikatronix.com/add-ons/?u=dusx

              ๐Ÿงช GitHub Projects
              https://github.com/rwebber

              ๐Ÿ–ฅ๏ธ Win11 | i7 | RTX 4070 | 32GB RAM | Ontario, Canada

              1 Reply Last reply Reply Quote 0
              • R
                Rick last edited by

                Thanks! - will have to do some testing, I'm not very familiar with Data Array, but I do understand the idea.

                1 Reply Last reply Reply Quote 0
                • DusX
                  DusX Izzy Guru last edited by

                  Let us know how you fair. This could be rather a useful tool. I can give it a go after the weekend if that helps.

                  ๐ŸŽ›๏ธ TroikaTronix Professional Services
                  https://troikatronix.com/professional-services

                  ๐ŸŽซ Support Tickets
                  https://support.troikatronix.com/support/tickets/new

                  ๐Ÿ’ป Add-ons
                  https://troikatronix.com/add-ons/?u=dusx

                  ๐Ÿงช GitHub Projects
                  https://github.com/rwebber

                  ๐Ÿ–ฅ๏ธ Win11 | i7 | RTX 4070 | 32GB RAM | Ontario, Canada

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post