# Linking scene/lable on a map

**URL:** https://forum.kirupa.com/t/linking-scene-lable-on-a-map/37151
**Category:** flash
**Created:** [December 6, 2003, 11:47am UTC](https://forum.kirupa.com/t/linking-scene-lable-on-a-map/37151 "2003-12-06T11:47:34Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Amstaff](https://avatars.discourse-cdn.com/v4/letter/a/3be4f8/32.png) [@Amstaff](https://forum.kirupa.com/u/Amstaff)
#### Post date: [December 6, 2003, 11:47am UTC](https://forum.kirupa.com/t/linking-scene-lable-on-a-map/37151/1 "2003-12-06T11:47:34Z")

</div>

Hi,

I’m trying to make a map.  
It consists of a few scenes.

At the moment I’m trying to get from the main map to the next scene.

So I labled one of the layers on the 2nd scene “nswmap”.

On the 1st scene I turned the word “New South Wales” into a button, and added:

**on (release) {  
\_root.gotoAndPlay(“nswmap”);  
}**

When I test it, the button is unclickable (ie the cursor doesn’t change), and I get the following error:

\*\ ***Error** Scene=Australia, layer=nswword, frame=18:Line 1: Mouse events are permitted only for button instances  
on (release) {

Total ActionScript Errors: 1 Reported Errors: 1\*\*

Any help appreciated,  
Regards, Amstaff.:cap:
