Changeset 21 for icons/gimp/icon.edc
- Timestamp:
- 03/01/07 05:55:27 (2 years ago)
- Files:
-
- icons/gimp/icon.edc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
icons/gimp/icon.edc
r15 r21 1 //PrinceAMD and Roxville 2 //Time to start coding 3 //princeamd@elivecd.org 1 4 images 2 5 { image: "gimp.png" COMP; … … 51 54 } 52 55 } 53 part 56 part //anime 54 57 { 55 name: "gimp_anim"; 56 description { 57 state: "default" 0.0; 58 aspect, 1.0 1.0; 58 name: "gimp_anim"; 59 type: IMAGE; 60 mouse_events: 0; 61 description 62 { 63 state: "default" 0.0; 64 aspect: 1.00 1.00; 59 65 max: 128 128; 60 rel1 { 61 relative: 0.0 0.0; 62 offset: 0 0; 63 } 64 rel2 { 65 relative: 1.0 1.0; 66 offset: -1 -1; 67 } 68 image { 69 normal: "gimp_linux.png"; 70 tween: "gimp_empty.png"; 66 color: 255 255 255 0; 67 rel1 68 { relative: 0.00 0.00; 69 offset: 0 0; 71 70 } 72 } 71 rel2 72 { relative: 1.00 1.00; 73 offset: -1 -1; 74 } 75 image { normal: "gimp_linux.png"; } 76 } 77 description 78 { 79 state: "empty" 0.0; 80 aspect: 1.00 1.00; 81 max: 128 128; 82 color: 255 255 255 255; 83 rel1 84 { relative: 0.00 0.00; 85 offset: 0 0; 86 } 87 rel2 88 { relative: 1.00 1.00; 89 offset: -1 -1; 90 } 91 image { normal: "gimp_linux.png"; } 92 } 73 93 } 74 94 part … … 133 153 } 134 154 programs 135 { //THE CAMERA SECTION//155 { 136 156 program 137 157 { 138 158 name: "gimp"; 139 signal: "show";140 action: STATE_SET "default" 0.0;141 target: "gimp";142 after: "gimp_empty";143 }144 program145 {146 name: "gimp_empty";147 action: STATE_SET "empty" 0.0;148 target: "gimp_empty";149 in: 0.4 0.0;150 target: "gimp_empty";151 after: "gimp";152 }153 }154 programs155 {156 program157 {158 name: "gimpF";159 159 action: STATE_SET "default" 0.0; 160 160 target: "gimp"; … … 172 172 after: "gimpF"; 173 173 } 174 } 175 programs 176 { 174 program 175 { 176 name: "gimpF"; 177 action: STATE_SET "empty" 0.0; 178 target: "gimp_anim"; 179 in: 2.0 0.0; 180 after: "gimpE"; 181 } 177 182 program 178 183 { 179 184 name: "gimpE"; 180 action: STATE_SET "empty" 0.0;181 target: "gimp_empty";182 after: "gimpA";183 }184 program185 {186 name: "gimpA";187 185 signal: "show"; 188 186 action: STATE_SET "default" 0.0; 189 target: "gimp_ anim";190 transition: LINEAR 3;191 after: "gimp E";187 target: "gimp_empty"; 188 in: 2.0 0.0; 189 after: "gimp"; 192 190 } 193 191 }
