Simple Apps - greeting card style for more info check out bit.ly/erhslc bit.ly/erhsapps Game Resources - Mostly Free and for Commercial Use: Free Clipart - Free Game Art - More Game Art - cheap Game Art - Free Photos - Digital Photos - Animation Library - TheFreeSites Do It Yourself Free Software - Gimp - Graphics/Drawing - Blender - 3D Art - Audacity - Sound Effects and Recording Graphics, Photos - 1. Greeting Cards Happy Mothers Day - make a "Happy Mother's Day" greeting card program (or Happy Halloween, Thanksgiving, Merry Christmas, Happy New Year, Happy Birthday cards... depending on the season) (see file "HappyMDay" at bottom of page) 1. Start with a new 'Mainstack" 2. On the first card add the following: import a photo for the background add a label field - for the greeting add a button for the next page Edit the label field - in the "contents" write your greeting. change the properties to make it look like you want it to. On the button, put the following code:
to go to the next card (with visual effects) 3. Add a new card Add a background picture, a label field (for the message) and maybe a button to go back to the first page. on the button put:
to go to the previous card (with visual effects) Another way is to name the cards and use the names in the go to's. If you name the cards "home" and "card 2", you could do it this way: on mouseUp to go to the next card which you named "card 2" (with visual effects)
How-To: To add a new card: On the top menubar, click on "Object", "Add new card" To switch between cards: Open the "Project Browser" - on the menubar: click on "Tools", "Project Browser" Expand your project by clicking on the little triangles Click on either card to go to it.
on preOpenStackif the environment is "mobile" thenset the fullscreenmode of me to "exactFit"end ifend preOpenStack
2. Action Cards Add actions, moving objects, animated Gifs.
|
App Programming >
















