Skip to main content
This topic has been closed for replies.
Correct answer try67

if (this.getField("text1").value == "something") {

    this.getField("text1").rect = [0, 0, 100, 100];

}

2 replies

mirtas82436176
Participant
June 3, 2016

Thats it! thx

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
June 3, 2016

if (this.getField("text1").value == "something") {

    this.getField("text1").rect = [0, 0, 100, 100];

}