View Single Post
  #7 (permalink)  
Old Aug 22nd, 2007, 15:20
nickcc nickcc is offline
New Member
Join Date: Aug 2007
Location: UK
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Newcomer needs help with .fla buttons

Now I don't know where to find the Flash Timeline and I can't see anything called Actions. So can you give me any directions?

I did look at the German version and when I selected the Guitar button and did f9 for actions this code came up

_global.gotoPage = function (pagename)
{
_global.nextpage = pagename;
_root.play();
}

_root.lang = "de";

I wonder if this helps you help me at all?

I am grateful for your taking time on this.
Reply With Quote