all groups > flash (macromedia) > february 2006 >
You're in the

flash (macromedia)

group:

Actionscipt Problem


Actionscipt Problem Funkey Junkey
2/28/2006 11:55:09 PM
flash (macromedia):
This is a very small problem, but i dont get it, im just a beginner @
actionscript.. My book says GotoAndStop(frame), my frame calls: KlipsCenter. So
it got to be: gotoAndstop(KlipsCenter) , no? My assistent gives an error, but i
dont know what im doing wrong, plz, can somebody help me for a second..?
Re: Actionscipt Problem Ryaninthewind
3/1/2006 12:02:52 AM
This is an easy one ( :P ) but I was there once too.

All you have to do is put the frame instance name in parenthesis!

Your code now becomes:
gotoAndStop("KlipsCenter");

Hope I was of some help!
-Ryan
Re: Actionscipt Problem Funkey Junkey
3/1/2006 12:12:16 AM
AddThis Social Bookmark Button