Coins Coding:
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.score+=1;
unloadMovie(this);
}
}
Text:
Text Type = Dynamic Text
Variably = _root.score
Posted 15 June 2012 - 06:40 AM
onClipEvent (enterFrame) {
if (_root.char.hitTest(this)) {
_root.score+=1;
unloadMovie(this);
}
}
Posted 21 June 2012 - 05:22 AM
Posted 22 June 2012 - 07:00 AM
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
