Yasir Arefin
Yasir Arefin

Reputation: 361

Error #1069 in flash

Error #1069: Property data not found on flash.display.SimpleButton and there is no default value. Can anyone give me a suggestion what will be the solution of this problem.

Upvotes: 0

Views: 4855

Answers (1)

bitc
bitc

Reputation: 1588

You have a SimpleButton somewhere, and you try to access a property with the name data which doesn't exist. SimpleButton doesn't have a data property.

Upvotes: 1

Related Questions