Community Page
- www.vivisectingmedia.com/blog/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- One biggest example of this is posting your videos on social media networks like youtube, many artist had been discovered in this social media network.
- What I can say is very nice and helpful as well as informative post...really help me very much more!! Thanks.. http://landscaping-ideas.the-mnm.info/
- You where correct in calling the AS3 to ByteCode process, compilation. The issue semantical issue that we face is that there is technically two compilation passes in the new Flash Player world. The...
- Thanks for taking the time to answer, I'm no engineer but trying hard to understand. Before when I said 'Compiler' I was thinking of when Flash converts AS3 into Byte Code, but I was...
- Alan, I assume by "compile time" you mean the Flash Player's compilation of the byte code to machine code so that it can be executed, not the Flash compiler you use to create the SWF....
Jump to original thread »
With the previous release of version 0.02 of the code base I added a new class called the SelectionController that enables you to treat items that implement the ISelectable interface as a selection group. As promised, this is the tutorial/indepth examples of the SelectionController and how to use it within your applications.
Overview
The SelectionController allows [...] ... Continue reading »
Overview
The SelectionController allows [...] ... Continue reading »
1 year ago
11 months ago
I would really appreciate it if you could post the fla files for this example you just did , im getting errors when i run the code posted above.
error: 1017 the definition of base class Button was not found and a few other
11 months ago
because it doesnt seem to work on flash CS3
11 months ago
http://blog.vivisectingmedia.com/examples/Selec...
I didn't get a chance to comment the code since this is a quick and dirty example. What is going on is that you have a Document class that generates two SelectableItems, places the items on the stage and then adds them to the SelectionController.
The items themselves are responsible for tracking their own click event and updating their selection. Check out the code and let me know if this helps explain how to use the SelectionController in CS3.