|
-
problem with scene jumping back to begining
im making an rpg style game and have a part where the main character collides with a telephone mc which ive set to jump to another frame later in the scene which is a telephone convo. when i test the scene on its own it works fine although when i test the whole movie it jumps back right to the begining of the game when i collide with the telephone. the scene im working in is scene 2 and the scene its jumping back to is scene 1 frame one.
heres the script ive used:
if (_root.phone.hitTest(_x, _y, true)) {
_root.gotoAndPlay(120);
}
i dont understand why its doin that?
any suggestions?
cheers
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
|