| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Tracing The Dark
Join Date: Sep 2004
Posts: 538
|
i want to make use of the JSFL .. i am totally ignorat about it
..but want to learn it.. i want to know where to start and how to go about it |
|
|
|
|
|
#2 |
|
ruby on rails fan :)
|
To get started, I would recommend macromedia's info that they have on it. The Flash help panel has documentation on it now, if you've updated it. This thread also has links to info at their website.
Keith Peters has a blog where he has little snippets of jsfl scattered about. He also has a fantastic book and an accompanying website. His book is where I learned jsfl - it goes through everything from the basics on up. Since jsfl is javascript, it helps if you are comfortable with that. Of course, if you know actionscript then its not much different since they are based on the same standard. |
|
|
|
|
|
|
|
|
#3 |
|
lala
Join Date: Feb 2002
Location: on the road
Posts: 2,859
|
and subsrcibing to the extendflash mailing list hosted by guy watson @ flashguru.co.uk is handy as well.
|
|
|
|
|
|
#4 |
|
Tracing The Dark
Join Date: Sep 2004
Posts: 538
|
thanks a lot for the help.
. i have started with it.. had tried scaling objects on the stage,attaching actionscript to button and movie clip etc..It is fun to do it... ![]() |
|
|
|
|
|
#5 |
|
Tracing The Dark
Join Date: Sep 2004
Posts: 538
|
I want to creat new layer in the currently opened document.
How should i do it? |
|
|
|
|
|
#6 |
|
lala
Join Date: Feb 2002
Location: on the road
Posts: 2,859
|
fl.getDocumentDOM().getTimeline().addNewLayer()
|
|
|
|
|
|
#7 |
|
Tracing The Dark
Join Date: Sep 2004
Posts: 538
|
Thanks a lot
![]() |
|
|
|
|
|
#8 |
|
Tracing The Dark
Join Date: Sep 2004
Posts: 538
|
how to create frames on any perticular layer??
|
|
|
|
|
|
#9 |
|
lala
Join Date: Feb 2002
Location: on the road
Posts: 2,859
|
there is a propeerty currentLayer on the timeline object.
|
|
|
|
|
|
#10 |
|
Tracing The Dark
Join Date: Sep 2004
Posts: 538
|
Ya, there is a property but how to add new frame
like say on layer labled "firstlayer" we have to create 100 new frames then how to achieve this |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|