Forum Discussion
Crossword Puzzle Problem
Im trying to fix it now...and do notice a mass amount of unused textvariables ( up to TextEntry159 !!!) that clutter all and make it hard to debug. Guess those are remainders from an attempt making inputs per character. Nevertheless do make a habit of naming your variables... so not TextEntry35 but something meaningfull... inputEthanol or some like that. I suspect choosing a wrong variable causes it not to work.
In fact im 100% sure now that the mass amount of unused/unnamed variables contributed to the error, or rather make it hard to debug and thus cost you 4 days work. Do name all variables and input fields properly and mistakes are quick to find.
For example: Layer 4 and layer 1 both test for cellblock...whereas 4 should test for gross. So also name your SlideLayers recognizable.... thus not 1,2,3,4 but SL_cellblock, SL_gross etc...
And even Slidelayer 5 tests for cellblock...