Its all about timing
Its all about timing
Out of context: Reply #1
- Started
- Last post
- 4 Responses
- Nirvous0
// Increment Time during loop
time = time + 1;
// Set timeout
timeout = 15;
trace(time);
if (time == timeout) {
_root.reciever.gotoAndStop("time...
stop();
}