I still can't find the problem, but thought I would give you some advise anyway. Flash can be a pain when it comes to linking from scene to scene. I would try altering you action script code just a bit. If this does not work, tell me what to click on to find the problem in the above URL. If it works please reply and let me know.
- Code: Select all
on (release) {
_root.gotoAndPlay ("Scene 3", 1);
}