Unfortunately I was working in the debug draw environment, so the whole process can’t be applied in a real-world example, unless you want to publish a game with the debug draw graphics.
So it’s time to see how to cut your own sprites.
Share ideas that matter on the social web and experience
the benefits of curating the world's best content.
I don't have a Facebook, a Twitter or a LinkedIn account
Your new post is loading...
In the second part of this series I showed you how to cut Box2D objects.
Unfortunately I was working in the debug draw environment, so the whole process can’t be applied in a real-world example, unless you want to publish a game with the debug draw graphics. So it’s time to see how to cut your own sprites. No comment yet.
Sign up to comment
Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
...First things first, Robotlegs is awesome. I’ve been using it now for around 9 months and it really has simplified my workflow whilst at the same time allowed me to more deeply explore OOP and design patterns. If you are reading this post because you’re curious about the framework itself, there are some great resources out there to get you started, the following of which really helped me:
Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
Robotlegs is a fantastic micro-architecture for ActionScript. One pattern used with Robotlegs is the command pattern. Commands are generally short-lived objects that execute a segment of code in response to an event. By encapsulating code in a command, you can maintain low coupling in your app (the view and the command don’t need to be aware of each other) and reduce duplicate code. See the Robotlegs Best Practices page for more info regarding commands.
You may run into situations where you wish to batch commands. Macrobot simplifies this process and provides two ways to batch commands: Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
Sprite Sheets and Blitting - Part 3 - In this part I show you how to create a reusable blit sprite class and incorporate the JSON data.
Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
Gentle Readers: Every now and then Chandima and I have a guest post.
Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
Scenario: Using Flex 4.5 and the default Spark theme, you provide a button with both a “chromeColor” setting and assign it an Icon. The Icon is rendered almost transparent and looks nothing like what you’ve exported from Photoshop, Fireworks, or whatever.
Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
With the recent release of Air 2.7 Adobe has stepped up the performance of Flash on the iPhone, so here’s a quick guide on installing the new SDK for use with FlashDevelop.
Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
Here’s a tiny little got’cha that could muck up your app in the marketplace. In the -app.xml manifest file there is a setting for . If you leave that set to the default of true then when you put your app in the Android Marketplace it will not show up for people who have a phone without a trackball – most of them.
Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
From
htwins.net
-
June 23, 2011 4:33 AM
The website of the Huang Twins!...
[NFC] Really nice ! Simple and efficient. Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
In this day and age, the importance of securing SWF executables seems to have become a prominent topic.
Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
A common problem I've noticed, even on the SDK team, was when you have one property dependent on another property (or a set of other properties), and you need that property to be Bindable. For example, in spark.components.VideoPlayer, volume is dependent on the videoDisplay.volume property. Usually to make such a property bindable, you add an event listener to know when your dependent property changes. In this case, if you check out VideoPlayer.partAdded(), you can see code like that. However, when I started using the presentation model pattern, this issue seemed to keep coming up quite frequently.
Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
The release of Flash Builder and Flex SDK 4.5.1 adds support for iOS and BlackBerry Tablet OS in Flex mobile projects in addition to the current Android support. With 3 total mobile platforms to target, platform-specific design and usability considerations become more important.
Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
|
From
ffdmag.com
-
July 1, 2011 11:04 AM
Flash & Flex Developer's Magazine is a monthly magazine publication distributed in English language in the USA.
Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
Eclipse or IntelliJ? NetBeans or Eclipse? IntelliJ or NetBeans? The dispute about the IDEs is the most popular among the software developers and hardly will ever end. I consider myself being a big IntelliJ fan, but I do realize that there are a lot of things that IntelliJ could do better and that NetBeans and Eclipse are better in some ways. In this post I’d like to make an overview of IntelliJ’s features which I like the most, and and beyond that. Also I’d like point out some of the aspects in which IntelliJ could do better.
Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
Continuing on from Part Three of the Exporting for iPhone using Air 2.7 and FlashDevelop Tutorial You should should now have your Apple Developer account and certificates ready to package up your app. In this part we will compile the .swf into an .ipa file ready to transfer onto an iOS device for testing.
Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
There’s more to AS3′s break and continue statements than you might think. Chances are, you’ve used them to skip to after a loop (break) and skip the current loop iteration (continue), but they can do so much more. Today’s article will cover some of the advanced ways to use the break and continue statements in AS3 resulting in nicer—and maybe even faster—code.
Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
Build an app which requires on-line retrieval from an HTTP data source eg. Google Finance API using Flex 4.5 mobile.
Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
The Vector3D class debuted in Flash Player 10.0 as Adobe’s official implementation of, well, a 3D mathematical vector (not the pseudo-Array class Vector). Weirdly, it has a w component and is therefore technically a 4D vector, but its API inconsistently make use of the fourth dimension. There are also strange oversights, inefficiencies, and functionality it really should have always had. Read on for my custom Vector3D derivative—Vector3DExt—that fixes all of these problems by extending and improving on the original.
[NDC] (via @matanube) Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
As you guys may know, Adobe Max is coming up on October (October 1-5, 2011). Like last year this will happen in Los Angeles (L.A. Convention Center & Nokia Theatre). As usual, you will be able to attend a lot of cool sessions and I was tasked like last year to come up with some sessions for Flash Player and ActionScript 3.
Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
Jeffry Houser's Blog: The entity name must immediately follow the '&' in the entity reference.
Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
There has been past a long time since my last post, so today I’m gonna share with you a nice component that was initially developed by me to use in a training. It covers many Flex 4 concepts such as states, FXG and Spark Skinning. Besides, the component is a nice example about where to use the design pattern Singleton.
Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
Let me first wish you all an enjoyable weekend! With that said, let’s begin. The other day I was reflecting on ways to properly distort the bottom half (for instance) of an application’s Stage, with elements animating, etc.
Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
Squeeze some extra frames per second out of your app with some basic optimizations.
Delete the scoop?
Are you sure you want to delete this scoop?
Yes
No
|



Your new post is loading...