|
-
Hi
i have two questions about hittest.
i have something like this
onClipEvent(enterFrame) {
if (this.hitTest(_root.rocket)) {
points += 50;
this._rotation += 10;
}
}
then i have a textfield (dynamic) with a variable: text
1.)how & where can i say: text = points;?
2.)how & where can i say(if hitTest is true): gotoAndPlay(x)?
and even a third question
3.)is there something like globals in flash5?
thx
bo
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|