I have a problem where I have a menu, I want one of the buttons to link to another scene. 2 probblems occur, 1 is that it says "on (release)" can only be used on button instances ( which it is) and primarely it doesn't link to the new scene.
Here is the action script I am using :
on (release) {
nextScene();
}
Your help is appreciated. Thanks.
Here is the action script I am using :
on (release) {
nextScene();
}
Your help is appreciated. Thanks.