all groups > flash actionscript > january 2005 >
You're in the

flash actionscript

group:

gotoandplay in a


gotoandplay in a Borndesign
1/12/2005 10:42:44 PM
flash actionscript: on(release){
gotoandplay("map");

Re: gotoandplay in a Borndesign
1/12/2005 10:44:52 PM
Originally posted by: Borndesign
on(release){<BR> gotoandplay("map");<BR><BR>}

it work in a button , but not in a Movieclip?

on(release){
gotoandplay("map");

Re: gotoandplay in a Jeckyl
1/13/2005 10:26:26 AM
For a start, you capital letters are wrong .. it HAS to be (for FP7)
gotoAndPlay

In a clip, the gotoAndPlay will be referring to frames within the clip, not
the scene/clip that the clip is placed in. This is different to a button,
which always refers to the scene/clip it is placed it (as it doesn't have
any frames of its own).
--
All the best,
Jeckyl

AddThis Social Bookmark Button