-
Website
http://www.vivisectingmedia.com/blog/ -
Original page
http://blog.vivisectingmedia.com/2008/07/vivmedia-code-selection-controller/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Roommate
1 comment · 1 points
-
jaampool
1 comment · 1 points
-
Daniel Ha
1 comment · 396 points
-
golfman_story
1 comment · 3 points
-
James
24 comments · 4 points
-
-
Popular Threads
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
because it doesnt seem to work on flash CS3
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.