Flash // Time
Flash // Time
Out of context: Reply #5
- Started
- Last post
- 10 Responses
- unformatted0
yeah it's as simple as
if (date < this) {
do this;
} else {
do this;
}shift + f1 and date object. read.
yeah it's as simple as
if (date < this) {
do this;
} else {
do this;
}
shift + f1 and date object. read.