Posts tagged MovieClip
COMPLETION of MY FIRST OO FLASH APP
0HURRAH~~~!!!!!I finally finish my first object oriented Flash application – Fly’s Bookmark 1.0
It is a very very simple Flash application which draws data from a XML and generate the correponding links.
The objective of this small application is for me to practice OOP in Flash. As I have said… I am a newbie in this…The main point here is the class design using MovieClip class extension. It is hard to understand at first but ultimately powerful when equiped. The following are some articles that are worth to read about this ultimate technique.
Flash MX2004 Actionscript 2.0 class Tutorial. [Online]. Steve’s Tutes. Available: http://www.video-animation.com/flash_15.shtml
Simple design patterns in Macromedia Flash MX 2004. [Online]. Peter Parente. Available: http://www.cs.unc.edu/~parente/tech/tr03.shtml
The next step is to define my FYP’s requirement specification asap. As I have used too much time in this little application.
Will I further develope Fly’s Bookmark?? Maybe :p
WELCOME and PAST PROGRESS
0Welcome to my Final Year Project Blog.
The establishment of here is to acheive the following:
1. Allow my FYP supervisor (Dr. Andy CHUN) to know my latest progress, give comments and guidelines.
2. Allow my classmates to know what I am currently working on and share ideas.
—————————————————————
Progress in September
In September, I have done a very brief research on my topic, that is the Flash based personal content management system. (I am thinking if it is good to change the title to FlashBlog which is shorter :p) I found that there are only one to two companies in this world developed or developing this kind of product. Further their product is not so rigid and user friendly. So I guess I will base on their product to work on mine.I have written the project plan draft which stated my FYP objectives, planned research areas and most importantly my schedule. (You can view them through the links on the right)
—————————————————————
How about now?
Now, I am trying to find the best framework to work on my FYP. I have written Flash and Actionscripts for around 6 – 7 years already. However I never tried any special model or framework. What I did before is simply using a bunch of functions…
Starting from last week, I tried to build my very first Flash Class using Object-oriented approach. (Yup… my first time to do so… my OO knowledge is bad, so this time I asked my classmate Tim SHIU to give me a short tutorial on this XD thanks~)
My testing application is like this:
- A simple bookmark application
- Feed data using XML
- Contains three classes mainly (Bookmark, BookmarkCategory and BookmarkLink)
Written for around 4 days and finished already. However the class design is still not perfect. The problem is as follows:
- BookmarkCategory class contains a movieclip which act as an interface to display
- The movieclip itself has an onpress event handler
- However the event handler cant use back the BookmarkCategory class functions… -,-
Yesterday I finally got the solution from various experts in the actionscript.org forum. The method is to make the BookmarkCategory itself an extended MovieClip class, and then override the onpress function…. =.=|||
I will modify my class tomorrow and hope that the class will be perfect :p
After that I think I will start my requirement specification and application flow design. Hope I can catch up my schedule.





