Jump to content

Color Cube

Overview
Creator: cavthena Added: 25 Jul 2014 Tags: FFC Downloads: 77
Rating[?]: Rating: 3.67/5 (2 ratings)
View Script Download Example
(2.53 MB)
Information

Description Setup Reviews Comments

A FFC code used to build puzzles involving a push block and colors. When the Color Cube is pushed the cube will change color based on a 3 colored 6 sided dice. The cube can trigger screen secrets if the Player moves the cube to the correct position and the correct color is facing up.
  • Colors are refered to as "Red", "Blue" and "Yellow". However they do not have to be these colors. You may choose any color to represent these. The color "Red" will always be the starting color.
  • "BlockRed" must be the starting combo, place this one on the screen.
  • The 3 cubes must all be the same Cset. The script will change the block as it is pushed around but the Cset will remain the same as the starting cube, "BlockRed". "BlockRed" can be any Cset.
  • The script will track the cube on layer 0 only, you cannot place the cube on any other layers.
  • Place only 1 cube on screen. If 2 or more are placed the script will not work properly.
  • Secret triggers act like normal push block triggers. They are not permanent.
Edit: Fixed bug where block would not push once the color changed to the solution color upon returning to the room after solving/triggering screen secrets once.