Althougt i'm very happy about the learning curve i can't figure out the answer for a very simple question.
In any other IDE when i stop running for testing an application, everything returns to it's original place/values.
In LiveCode any change made at run-time persists at design-time and don't know how to return to the original state.
For instance if i have a button with this script:
Code: Select all
on mouseup
set the backgroundcolor of me to "Red"
end mouseup
Any help would be very appreciated.