Lessons tagged: startup
-
Updated on: Dec 21, 2010
How to manage and position objects when a stack is resized
When you are the only person using your stacks, their layout and size often does not matter much. But as soon as you distribute them, be it as full blown application, or just as quick fun thingy for a friend, you will need to manage object positions and sizes for any stack size the user choose...
-
Updated on: Jun 29, 2010
How to create an application that opens when you drag a file onto it
Lots of applications and programs allow you to open them by dragging a file onto the application icon. The application will then open and load the file you dragged on.
It is quite simple to add this behavior to your Rev standalones. In this lesson we will show you how to create a stand...
