Forum Moderators: open
I've got a set of functions:
1. Loads a feed (RSS) using new URLRequest();
2. Takes the feed, and extracts the title and description
3. Begins scrolling the feed
I've got a few problems that are probably really small:
1. The 3rd function is called by addEventListener(Event.ENTER_FRAME,function). Now this does mean that only function is run on every frame right?
2. How can I set the registration point for text fields and rectangles?
Ps, I'm looking to buy a book on AS3, any recommend any good ones?