multiboard help!

widra

New Member
Reaction score
3
i have a multiboard with 10 rows and 5 colums so is there an easier way to hide icons then making 45 lines telling it to hide them... ???
 

Moridin

Snow Leopard
Reaction score
144
Aren't there 50 icons to hide? 10 x 5? :S

Also, you could use a nested for loop? That would take.... I think 3 lines.
 

Smilis

TH.net Regular
Reaction score
7
yeah 50 .. :) my bad :)

can you post that loop... i have never done that before ... :)

I would gess that the loop-trigger would look something like this:

Trigger:
  • For each (Integer A) from 1 to 10, do (Actions)
    • Loop - Actions
      • Multiboard - Set the display style for (Last created multiboard) item in column 1, row (Integer A) to Show text and Show icons
      • Multiboard - Set the display style for (Last created multiboard) item in column 2, row (Integer A) to Show text and Show icons
      • Multiboard - Set the display style for (Last created multiboard) item in column 3, row (Integer A) to Show text and Show icons
      • Multiboard - Set the display style for (Last created multiboard) item in column 4, row (Integer A) to Show text and Show icons
      • Multiboard - Set the display style for (Last created multiboard) item in column 5, row (Integer A) to Show text and Show icons


That trigger does so that all 10 rows in the first, second, thierd, forth and fifth column has the same values (Show text and show icons (can be changed))... I'm not that good at explaining what it does... My english is too bad for that xD
 

Moridin

Snow Leopard
Reaction score
144
Trigger:
  • For each (Integer A) from 1 to 10, do (Actions)
    • Loop - Actions
      • For each (Integer B) from 1 to 5, do (Actions)
        • Loop - Actions
          • Multiboard - Set the display style for Multiboard item in column (Integer B), row (Integer A) to Show text and Show icons


This is better.

Btw, the way it runs is like this:

If this is your multiboard: (X = unaltered value)
Code:
X X X X X
X X X X X
X X X X X
X X X X X
X X X X X
X X X X X
X X X X X
X X X X X
X X X X X
X X X X X

It'll run through Row 1 first making it: (0 = Altered value)
Code:
0 0 0 0 0
X X X X X
X X X X X
X X X X X
X X X X X
X X X X X
X X X X X
X X X X X
X X X X X
X X X X X

Then Row 2, 3, 4 and so on till Row 10:
Code:
0 0 0 0 0
0 0 0 0 0
X X X X X
X X X X X
X X X X X
X X X X X
X X X X X
X X X X X
X X X X X
X X X X X
...
 

SanKakU

Member
Reaction score
21
i recommend use jBoard by Magentix. you can select entire rows or columns to hide the icons or just hide the icons for the entire board all very easily.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top