Changeset 15 for icons/gimp/icon.edc
- Timestamp:
- 02/21/07 05:05:59 (1 year ago)
- Files:
-
- icons/gimp/icon.edc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
icons/gimp/icon.edc
r14 r15 51 51 } 52 52 } 53 part53 part 54 54 { 55 name: "gimp_linux"; 56 type: IMAGE; 57 mouse_events: 0; 58 description 59 { 60 state: "default" 0.0; 61 aspect: 1.00 1.00; 55 name: "gimp_anim"; 56 description { 57 state: "default" 0.0; 58 aspect, 1.0 1.0; 62 59 max: 128 128; 63 color: 255 255 255 0; 64 rel1 65 { relative: 0.00 0.00; 66 offset: 0 0; 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"; 67 71 } 68 rel2 69 { relative: 1.00 1.00; 70 offset: -1 -1; 71 } 72 image { normal: "gimp_linux.png"; } 73 } 74 description 75 { 76 state: "flash" 0.0; 77 aspect: 1.00 1.00; 78 max: 128 128; 79 color: 255 255 255 255; 80 rel1 81 { relative: 0.00 0.00; 82 offset: 0 0; 83 } 84 rel2 85 { relative: 1.00 1.00; 86 offset: -1 -1; 87 } 88 image { normal: "gimp_linux.png"; } 89 } 72 } 90 73 } 91 74 part … … 149 132 } 150 133 } 151 }152 134 programs 153 135 { //THE CAMERA SECTION// … … 162 144 program 163 145 { 164 name: "gimpE";165 signal: "show";166 action: STATE_SET "default" 0.0;167 target: "gimp";168 target: "gimp_light";169 in: 0.4 0.0;170 after: "gimp_light";171 }172 // THE END OF THE CAMERA SECTION//173 program174 {175 146 name: "gimp_empty"; 176 147 action: STATE_SET "empty" 0.0; 177 148 target: "gimp_empty"; 178 149 in: 0.4 0.0; 179 target: "gimp_linux"; 180 after: "gimp_linux"; 150 target: "gimp_empty"; 151 after: "gimp"; 152 } 153 } 154 programs 155 { 156 program 157 { 158 name: "gimpF"; 159 action: STATE_SET "default" 0.0; 160 target: "gimp"; 161 in: 0.4 0.0; 162 target: "gimp_light"; 163 after: "gimpL"; 181 164 } 182 165 program 183 166 { 184 name: "gimp_light"; 167 name: "gimpL"; 168 signal: "show"; 185 169 action: STATE_SET "light" 0.0; 186 170 target: "gimp_light"; 187 in: 1.0 0.0; 188 after: "gimpE"; 171 in: 2.0 0.0; 172 after: "gimpF"; 173 } 174 } 175 programs 176 { 177 program 178 { 179 name: "gimpE"; 180 action: STATE_SET "empty" 0.0; 181 target: "gimp_empty"; 182 after: "gimpA"; 189 183 } 190 184 program 191 185 { 192 name: "gimp _linux";193 action: STATE_SET "flash" 0.0;194 target: "gimp_linux";195 //transition: LINEAR 4;196 in: 1.2 0.0;197 after: "gimp _empty";186 name: "gimpA"; 187 signal: "show"; 188 action: STATE_SET "default" 0.0; 189 target: "gimp_anim"; 190 transition: LINEAR 3; 191 after: "gimpE"; 198 192 } 199 193 }
