English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I need to know how to create a link between a button in one layer to another layer.
I'm using a book called Flash 8 Revealed, but it sucks (or I suck).
It tells me to put
on keyPress(""){
gotoandPlay(1);
}

It just flows through the animation without even being given the option of clicking on the button. And says there's two errors.

2007-02-03 13:36:00 · 3 answers · asked by ? 3 in Computers & Internet Programming & Design

3 answers

On the frame which contains the button, put stop();
and you should change it to:

on (keyPress "") {
gotoAndPlay(1);
}

2007-02-03 14:58:56 · answer #1 · answered by eboyjr13 1 · 0 0

Script Macromedia Flash 8

2016-12-12 12:33:38 · answer #2 · answered by ? 4 · 0 0

I have never heard of this in my two years of Flash 8 Pro,
however try Kirupa.

It has all types of action scripts to do anything you want.

2007-02-03 14:05:45 · answer #3 · answered by A. Burns 2 · 0 0

fedest.com, questions and answers