There's an issue with the designer, the error shown HERE occurs when you:
In this example I have 2 buttons on the designer: StartButton and StopButton (look at the script part).
1- Selected StopButton
2- Deleted StopButton
3- Run the script (an error saying that a button is missing will show up, that's fine)
4- Selected StartButton
5- Right clicked and selected DUPLICATE (or Copy)
6- Gave the duplicated button the same name of the deleted button (StopButton)
7- Run the script
8- ERROR!!
After that point, you cannot use the designer.
Even if I comment (or delete) the line on the script (StopButton.Bottom = 100%y) the error still persists as you can see HERE
In this example I have 2 buttons on the designer: StartButton and StopButton (look at the script part).
1- Selected StopButton
2- Deleted StopButton
3- Run the script (an error saying that a button is missing will show up, that's fine)
4- Selected StartButton
5- Right clicked and selected DUPLICATE (or Copy)
6- Gave the duplicated button the same name of the deleted button (StopButton)
7- Run the script
8- ERROR!!
After that point, you cannot use the designer.
Even if I comment (or delete) the line on the script (StopButton.Bottom = 100%y) the error still persists as you can see HERE
Last edited: