Hey lads i just wanted to know if anyone could help me out,
I’m trying to make it so that when a character hittests a powerupMC
a effect happens such as frame rate speed up but only for a certain time
such as until a timer runs out.
[COLOR=RoyalBlue]onClipEvent (enterFrame) {
if (this.hitTest(_root.character)) {
_root.score.text++;
unloadMovie(this);
}
}
[/COLOR][COLOR=Black]I got this working i just need some help with the scripting for speeding up the character
and making a timer to count down how long the effect lasts.
any help would be appreciated.
Cheers!!:rd:
[/COLOR]