Hmmm... how important are the various things: CE amount, speed, size?
For my initial project I would need several moving columns next to each other, so I don't think it would work with a transport element and the high speed could also be important ...
The problem with my current solution is, that the four main elements (the gems) are
not independent from the column.
It would be great, if I could use the same 4 main CEs for several columns.
Currently I need 16 CEs for one column and 16 transporters, which are independent from the column:
HOW MOVING COLOUR COLUMN WORKS:
"->" means "change to"
4 main CEs (the gems):- A, B, C, D
- 20 changepages:
- 16: if touching transporter -> transporter (B touching CD -> DB)
- 4: if touching starter -> transporter (B touching SC -> CB)
16 transporters:- AA, AB, AC, AD,
BA, BB, BC, BD,
CA, CB, CC, CD,
DA, DB, DC, DD
- 1 changepage:
- 1: -> corresponding (= 1st letter) main CE (BC -> B) with 1 frame delay
4 top buttons:- TA, TB, TC, TD ('containing' the bottommost type of gem = 2nd letter)
- 17 changepages:
- 4: if touching main CEs -> itself (will trigger the "change by page of" event of the starter at the bottom)
- 12: if touching transporter -> corresponding top button (CD -> TD)
- 1: if touched by player -> corresponding starter (TB -> SB)
4 bottom buttons:- ZA, ZB, ZC, ZD ('containing' the topmost type of gem = 2nd letter)
- 17 changepages:
- 4: if touching main CEs -> itself (will trigger the "change by page of" event of the starter at the top)
- 12: if touching transporter -> corresponding bottom button (BC -> ZC)
4 starters:- SA, SB, SC, SD
- 32 changepages:
- 16: if "change by page of" top buttons (for each one "pages 1-4") -> corresponding bottom button ("page" defines the type)
- 16: if "change by page of" bottom buttons (for each one "pages 1-4") -> corresponding top button ("page" defines the type)
Here the example for the first step (player touches TD) in my 1st post:
Code: Select all
TD > SD SD SD SD SD SD SD 1 SD > SA
B B > DB DB DB DB DB DB D D
B B B > BB BB BB BB BB F B B
C C C C > BC BC BC BC r B B
A A A A A > CA CA CA a C C
D D D D D D > AD AD m A A
ZB ZB ZB ZB ZB ZB ZB > ZD e ZD ZD
Overall 360 change pages, that's why I'm too lazy to create it again for v3.1.2

, I'm sorry, Francesco ...

I would definitely prefer a text based editing of change pages, I think that would be more comfortable than this clicking orgy ...
