PDA

View Full Version : Where do I type in the action script text?


eclipstudios
11-15-2002, 04:01 AM
I have to ask the most basic question that's probably ever been asked in this forum- "where do I physically enter the action script text inside Flash"? Is this done from the Action panel and if so, where in the action panel?

I'm going through the tutorials here and don't see any instructions anywhere that tell me where to type the action scripts? If I launch the Action panel, all I see are what look like Action Script "presets". For example, if I want to practice the setProperty tutorial...where would I enter the example script....

on (release) {
setProperty ("clip2", _visible, false);
}

thanks for dumbing it down for us newbees!
E

:confused:

Billy T
11-15-2002, 06:09 AM
you have to put the actions panel into expert mode and then you can type whatever you want

cheers

Billy T
11-15-2002, 06:12 AM
see attached