Copy link to clipboard
Copied
I'll take a look at the project, but the error message in the image says [2,D] where your message above says [2,5] - is that just a typo?
Copy link to clipboard
Copied
I'll take a look at the project, but the error message in the image says [2,D] where your message above says [2,5] - is that just a typo?
Copy link to clipboard
Copied
menu = effect("Dropdown Menu Control")("Menu");
if (menu == 1) {
0}
else if (menu == 2) {
1}
else if (menu == 3) {
3
} else if (menu == 4) {
5
}
That's missing an entry, is that expected?
Copy link to clipboard
Copied
Sorry, I used a drop down menu to get the row, but either way there is the same error.
Copy link to clipboard
Copied
The title there has a strange character, which might be a problem (although I don't get an error, but it only displasys "LET"):
LetÕs Make a Deal
Copy link to clipboard
Copied
I was quickly re-creating the project...to get to the fifth row.
Copy link to clipboard
Copied
Oh my gosh, that was it. I think I cut and pasted from the web.
Thanks a ton!