Scooby doo

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #225523
    Djones
    Participant
      @djones

      Hello to everyone. I’ve been working on a scooby doo table. Unfortunately coding is very new to me. Hopefully someone can lend some assistance.  I have a ball held in a kicker, when all episode lights are flashing it is supposed to bring up pics of the episodes and you should be able to scroll through choices with flipper buttons then hit start button to start an episode.  I’ve used basically the same code from the attract mode but when the first case pops up on screen it doesn’t let me scroll through. Thanks

      #225527
      Daryl
      Participant
        @allknowing2012
        Member

        Basic code would be

         

        kicker_hit

        set somechooseepisode_flag

         

        keydown left flipper and episodeflag=true

        choose prior episode & show it

         

        keydown right flipper and episodeflag=true

        choose next episode and show it

         

        keydown startkey/lockdownbarkey and episodeflag=true

        episodeflag=false

        kick the ball out

        1 user thanked author for this post.
        #225684
        Djones
        Participant
          @djones

          Thank you I will give that a try.

          #226131
          Djones
          Participant
            @djones

            • This reply was modified 3 years, 2 months ago by Djones.
            #228149
            Djones
            Participant
              @djones

              Hey Daryl,

              How do you set flags. I can’t find any info on it.

              #228212
              Thalamus
              Moderator
                @thalamus
                ContributorMemberModerator

                a flag is a value – false in this case is some kind of flag – it can be whatever you want. false and true is in that respect occupied as they are 0 and 1.

                 

                Dim jallaflag

                jallaflag = whoohoo

                if jallaflag = “whoohoo” … etc.

                or

                jallaflag = false

                if jallaflag = false then

                ….

                else

                ….

                end if

                My advice – look at other scripts.

                1 user thanked author for this post.
              Viewing 6 posts - 1 through 6 (of 6 total)

              Forums are currently locked.

              ©2024 VPinBall.com

              Log in with your credentials

              Forgot your details?