Navigation

    Fuze Arena Logo
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Help
    • Discord

    Text selection system

    Creation share codes
    4
    6
    529
    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.
    • poof92
      poof92 last edited by

      This is a simple text selection program that I made please use it any way you'd like!
      ID: 5HG63MNDSG

      1 Reply Last reply Reply Quote 5
      • M
        mikeb109 last edited by

        thanks for that, I am looking for basic code like the one you created, so that I can learn how to use FUZE.

        PickleCatStars 1 Reply Last reply Reply Quote 1
        • PickleCatStars
          PickleCatStars F @mikeb109 last edited by

          @mikeb109 The tutorials are pretty great to get started. Click the forum menu bar, click ’help’, and a new page will open with loads of stuff to read through and tutorials for all sorts. A high recommend from me, who only discovered how good they were after a couple of months of getting by. 90% of the things I got stuck on or had to ask about were right there and I hadn’t even looked! Lol

          1 Reply Last reply Reply Quote 1
          • vinicity
            vinicity F last edited by

            Also, check out the video tutorials if you haven't already:

            1 Reply Last reply Reply Quote 1
            • M
              mikeb109 last edited by

              Thanks. I have bin going over the doc and the tutorials/examples. I find the tutorials dont address small things. Like buttons interacting with each other in some way.
              for example, I want button 1 when screen touched to affect button 2 by changing it's color or change a map/image on screen.

              1 Reply Last reply Reply Quote 0
              • PickleCatStars
                PickleCatStars F last edited by

                That’ll be done with if/then stuff.

                If button1 == touched then
                Button2colour = red
                Endif
                If button1 != touched then
                Button2colour = blue
                Endif

                Obviously that’s not real code, but it’ll end up being something like that..

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