Track Info Panel with ability to change font, Split from foo_uie_trackinfo |
![]() ![]() |
Track Info Panel with ability to change font, Split from foo_uie_trackinfo |
Sep 19 2006, 23:34
Post
#301
|
|
|
Group: Members Posts: 124 Joined: 22-March 06 Member No.: 28709 |
![]() CODE $font(,,nocleartype,) default Tahoma 8pt as set in trackinfo configuration $char(10) $font(tahoma,8,nocleartype,) Tahoma 8 as set by '$font' function Funnily enough, it seems to be only font size 8 that has the problem. I tried it with sizes 7, 9, 10 and 12 and the fonts were the same, but when I tried it with size 8, the $font() defined line produced a smaller font. Weird.. |
|
|
|
Sep 20 2006, 02:47
Post
#302
|
|
![]() Group: Members Posts: 238 Joined: 8-September 06 Member No.: 34932 |
im using this to display lyrics and is there a way i can add a scrollbar to the side of it so i can scroll through the lyrics? i tried some lyrics panels but they all autoscroll and I can't get any of them to let me manually scroll.
|
|
|
|
Sep 20 2006, 03:41
Post
#303
|
|
|
Group: Members Posts: 124 Joined: 22-March 06 Member No.: 28709 |
im using this to display lyrics and is there a way i can add a scrollbar to the side of it so i can scroll through the lyrics? i tried some lyrics panels but they all autoscroll and I can't get any of them to let me manually scroll. You can scroll with the mouse wheel, but it would be nice to have a scrollbar option. |
|
|
|
Sep 20 2006, 04:13
Post
#304
|
|
![]() Group: Members Posts: 238 Joined: 8-September 06 Member No.: 34932 |
im using this to display lyrics and is there a way i can add a scrollbar to the side of it so i can scroll through the lyrics? i tried some lyrics panels but they all autoscroll and I can't get any of them to let me manually scroll. You can scroll with the mouse wheel, but it would be nice to have a scrollbar option. im on a laptop, no mouse wheel |
|
|
|
Sep 20 2006, 11:36
Post
#305
|
|
|
Group: Members Posts: 400 Joined: 22-February 06 Member No.: 27971 |
![]() CODE $font(,,nocleartype,) default Tahoma 8pt as set in trackinfo configuration $char(10) $font(tahoma,8,nocleartype,) Tahoma 8 as set by '$font' function Funnily enough, it seems to be only font size 8 that has the problem. I tried it with sizes 7, 9, 10 and 12 and the fonts were the same, but when I tried it with size 8, the $font() defined line produced a smaller font. Weird.. The problem for me is 9. $font 9 = font setting 10. And the difference in size between $font 8 and 9 is too big. The $font sizes should be consistent with the sizes in font settings, shouldn't they? terrestrial, is it possible to fix this? |
|
|
|
Sep 20 2006, 15:26
Post
#306
|
|
![]() Group: Members Posts: 1535 Joined: 8-May 06 Member No.: 30546 |
terrestrial: any plans on adding the $imageabs2() function to this component like you did with singlecolumnsplaylist?
-------------------- http://www.ubuntu.com
|
|
|
|
Sep 21 2006, 01:06
Post
#307
|
|
![]() Group: Members Posts: 102 Joined: 5-May 06 From: Minneapolis, MN Member No.: 30448 |
![]() I made a circle-spinny progress thing. It advances during playback. I know this is overkill, but it looks cool. CODE $if($stricmp($mod(%_time_elapsed_seconds%,40),0),$imageabs($sub(%_width%,102),3,images\count1.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),1),$imageabs($sub(%_width%,102),3,images\count2.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),2),$imageabs($sub(%_width%,102),3,images\count3.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),3),$imageabs($sub(%_width%,102),3,images\count4.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),4),$imageabs($sub(%_width%,102),3,images\count5.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),5),$imageabs($sub(%_width%,102),3,images\count6.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),6),$imageabs($sub(%_width%,102),3,images\count7.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),7),$imageabs($sub(%_width%,102),3,images\count8.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),8),$imageabs($sub(%_width%,102),3,images\count9.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),9),$imageabs($sub(%_width%,102),3,images\count10.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),10),$imageabs($sub(%_width%,102),3,images\count11.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),11),$imageabs($sub(%_width%,102),3,images\count12.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),12),$imageabs($sub(%_width%,102),3,images\count13.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),13),$imageabs($sub(%_width%,102),3,images\count14.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),14),$imageabs($sub(%_width%,102),3,images\count15.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),15),$imageabs($sub(%_width%,102),3,images\count16.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),16),$imageabs($sub(%_width%,102),3,images\count17.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),17),$imageabs($sub(%_width%,102),3,images\count18.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),18),$imageabs($sub(%_width%,102),3,images\count19.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),19),$imageabs($sub(%_width%,102),3,images\count20.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),20),$imageabs($sub(%_width%,102),3,images\count21.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),21),$imageabs($sub(%_width%,102),3,images\count22.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),22),$imageabs($sub(%_width%,102),3,images\count23.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),23),$imageabs($sub(%_width%,102),3,images\count24.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),24),$imageabs($sub(%_width%,102),3,images\count25.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),25),$imageabs($sub(%_width%,102),3,images\count26.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),26),$imageabs($sub(%_width%,102),3,images\count27.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),27),$imageabs($sub(%_width%,102),3,images\count28.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),28),$imageabs($sub(%_width%,102),3,images\count29.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),29),$imageabs($sub(%_width%,102),3,images\count30.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),30),$imageabs($sub(%_width%,102),3,images\count31.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),31),$imageabs($sub(%_width%,102),3,images\count32.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),32),$imageabs($sub(%_width%,102),3,images\count33.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),33),$imageabs($sub(%_width%,102),3,images\count34.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),34),$imageabs($sub(%_width%,102),3,images\count35.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),35),$imageabs($sub(%_width%,102),3,images\count36.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),36),$imageabs($sub(%_width%,102),3,images\count37.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),37),$imageabs($sub(%_width%,102),3,images\count38.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),38),$imageabs($sub(%_width%,102),3,images\count39.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),39),$imageabs($sub(%_width%,102),3,images\count40.png,)) And the image files: [url=http://www.parodius.com/~rouge/count.zip[/url] If you have the patience, try coming up with new designs and post them here. Here's a copy of the image I started with, made with SolidWorks. ![]() edit: changed host This post has been edited by rouge: Dec 11 2006, 22:28 |
|
|
|
Sep 21 2006, 02:02
Post
#308
|
|
|
Group: Members Posts: 59 Joined: 9-May 06 Member No.: 30579 |
Hey Rouge, I keep getting a corrupt download file. Any chance of putting it on Rapidshare or Sendspace please?
Cheers |
|
|
|
Sep 21 2006, 02:25
Post
#309
|
|
![]() Group: Members Posts: 102 Joined: 5-May 06 From: Minneapolis, MN Member No.: 30448 |
Oops. Fixed.
FTP server seems to be brok. |
|
|
|
Sep 21 2006, 02:28
Post
#310
|
|
![]() Group: Members Posts: 238 Joined: 8-September 06 Member No.: 34932 |
Is there any way to make images put in panels clickable? I want to add play, pause, and stop buttons.
|
|
|
|
Sep 21 2006, 03:29
Post
#311
|
|
|
Group: Members Posts: 10 Joined: 5-December 05 Member No.: 26225 |
Hey,
ive read this entire post twice, and i still dont know how to add a picture into my trackinfo panel, can someone please explain it to me ? thanks |
|
|
|
Sep 21 2006, 03:35
Post
#312
|
|
|
Group: Members Posts: 81 Joined: 4-July 06 From: Erfurt, Germany Member No.: 32538 |
@Lampir
Heres the link to the WIKI page of the trackinfo_mod CLICK Well, actually the link is in the first post of this topic, too This post has been edited by tomthomson: Sep 21 2006, 03:37 |
|
|
|
Sep 21 2006, 04:05
Post
#313
|
|
![]() Group: Members Posts: 680 Joined: 11-July 03 From: Brno, Czech Rep. Member No.: 7705 |
nice thing, rouge. i had similar idea (just a circular sector or something like that), but i was lazy to make all the images
tip: you could calculate the progress state (number from interval 0..maximage) and then just put it in the $imageabs function like: $imageabs($sub(%_width%,102),3,images\count$get(progress).png,)) Is there any way to make images put in panels clickable? I want to add play, pause, and stop buttons. not yet, it's on todo though. -------------------- info about my tag guesser script for foo_lua (preview version available):
http://www.hydrogenaudio.org/index.php?showtopic=16987 |
|
|
|
Sep 21 2006, 04:36
Post
#314
|
|
![]() Group: Members Posts: 473 Joined: 4-April 05 From: Chicago, IL Member No.: 21193 |
![]() I made a circle-spinny progress thing. It advances during playback. I know this is overkill, but it looks cool. And the image files: count.zip If you have the patience, try coming up with new designs and post them here. Here's a copy of the image I started with, made with SolidWorks. ![]() edit: changed host That looks awesome! Something like this would look awesome with Russell777's Home Stereo Panel as a volume indicator. This post has been edited by kockroach: Sep 21 2006, 04:37 |
|
|
|
Sep 21 2006, 05:07
Post
#315
|
|
|
Group: Members Posts: 10 Joined: 5-December 05 Member No.: 26225 |
@Lampir Heres the link to the WIKI page of the trackinfo_mod CLICK Well, actually the link is in the first post of this topic, too Thanks but it still doesnt explain where to put it, i put it up the top of the rest of my track info code and all i see is unknown function where the pic should be eg > this is mine > $align(left,top) $imageabs(0,0,D:\Program Files\foobar2000\default.png) i tried it in the application data folder too, still get [unknown function], what am i doin wrong |
|
|
|
Sep 21 2006, 05:16
Post
#316
|
|
![]() Group: Members Posts: 102 Joined: 5-May 06 From: Minneapolis, MN Member No.: 30448 |
Try $imageabs(0,0,default.png,)
This post has been edited by rouge: Sep 21 2006, 05:17 |
|
|
|
Sep 21 2006, 05:53
Post
#317
|
|
|
Group: Members Posts: 10 Joined: 5-December 05 Member No.: 26225 |
|
|
|
|
Sep 21 2006, 13:20
Post
#318
|
|
|
Group: Members Posts: 124 Joined: 22-March 06 Member No.: 28709 |
im using this to display lyrics and is there a way i can add a scrollbar to the side of it so i can scroll through the lyrics? i tried some lyrics panels but they all autoscroll and I can't get any of them to let me manually scroll. You can scroll with the mouse wheel, but it would be nice to have a scrollbar option. Actually, you can't scroll at all, I was thinking of the normal trackinfo. Anyway, terrestrial, any chance of adding scrolling..? This post has been edited by spex04: Sep 21 2006, 13:20 |
|
|
|
Sep 22 2006, 16:42
Post
#319
|
|
|
Group: Members Posts: 538 Joined: 10-July 04 Member No.: 15248 |
On the Wiki I saw there is an alpha blending option for text; Is alpha blending available for images too?
|
|
|
|
Sep 22 2006, 18:20
Post
#320
|
|
![]() Group: Members Posts: 680 Joined: 11-July 03 From: Brno, Czech Rep. Member No.: 7705 |
On the Wiki I saw there is an alpha blending option for text; Is alpha blending available for images too? yes, it has been added recently, i saw it in some changelog. -------------------- info about my tag guesser script for foo_lua (preview version available):
http://www.hydrogenaudio.org/index.php?showtopic=16987 |
|
|
|
Sep 22 2006, 19:45
Post
#321
|
|
|
Group: Members Posts: 538 Joined: 10-July 04 Member No.: 15248 |
EDIT: Nevermind.
I can't find it in the changelog. :/ This post has been edited by metal_termite: Sep 22 2006, 19:50 |
|
|
|
Sep 22 2006, 20:13
Post
#322
|
|
![]() Group: Members Posts: 680 Joined: 11-July 03 From: Brno, Czech Rep. Member No.: 7705 |
stupid me, that's because it's in foo_uie_single_column_playlist's changelog. it will get into track info panel mod eventually.
-------------------- info about my tag guesser script for foo_lua (preview version available):
http://www.hydrogenaudio.org/index.php?showtopic=16987 |
|
|
|
Sep 24 2006, 07:56
Post
#323
|
|
|
Group: Members Posts: 6 Joined: 7-August 06 Member No.: 33765 |
![]() I made a circle-spinny progress thing. It advances during playback. I know this is overkill, but it looks cool. CODE $if($stricmp($mod(%_time_elapsed_seconds%,40),0),$imageabs($sub(%_width%,102),3,images\count1.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),1),$imageabs($sub(%_width%,102),3,images\count2.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),2),$imageabs($sub(%_width%,102),3,images\count3.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),3),$imageabs($sub(%_width%,102),3,images\count4.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),4),$imageabs($sub(%_width%,102),3,images\count5.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),5),$imageabs($sub(%_width%,102),3,images\count6.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),6),$imageabs($sub(%_width%,102),3,images\count7.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),7),$imageabs($sub(%_width%,102),3,images\count8.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),8),$imageabs($sub(%_width%,102),3,images\count9.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),9),$imageabs($sub(%_width%,102),3,images\count10.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),10),$imageabs($sub(%_width%,102),3,images\count11.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),11),$imageabs($sub(%_width%,102),3,images\count12.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),12),$imageabs($sub(%_width%,102),3,images\count13.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),13),$imageabs($sub(%_width%,102),3,images\count14.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),14),$imageabs($sub(%_width%,102),3,images\count15.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),15),$imageabs($sub(%_width%,102),3,images\count16.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),16),$imageabs($sub(%_width%,102),3,images\count17.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),17),$imageabs($sub(%_width%,102),3,images\count18.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),18),$imageabs($sub(%_width%,102),3,images\count19.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),19),$imageabs($sub(%_width%,102),3,images\count20.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),20),$imageabs($sub(%_width%,102),3,images\count21.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),21),$imageabs($sub(%_width%,102),3,images\count22.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),22),$imageabs($sub(%_width%,102),3,images\count23.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),23),$imageabs($sub(%_width%,102),3,images\count24.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),24),$imageabs($sub(%_width%,102),3,images\count25.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),25),$imageabs($sub(%_width%,102),3,images\count26.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),26),$imageabs($sub(%_width%,102),3,images\count27.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),27),$imageabs($sub(%_width%,102),3,images\count28.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),28),$imageabs($sub(%_width%,102),3,images\count29.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),29),$imageabs($sub(%_width%,102),3,images\count30.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),30),$imageabs($sub(%_width%,102),3,images\count31.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),31),$imageabs($sub(%_width%,102),3,images\count32.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),32),$imageabs($sub(%_width%,102),3,images\count33.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),33),$imageabs($sub(%_width%,102),3,images\count34.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),34),$imageabs($sub(%_width%,102),3,images\count35.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),35),$imageabs($sub(%_width%,102),3,images\count36.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),36),$imageabs($sub(%_width%,102),3,images\count37.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),37),$imageabs($sub(%_width%,102),3,images\count38.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),38),$imageabs($sub(%_width%,102),3,images\count39.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),39),$imageabs($sub(%_width%,102),3,images\count40.png,)) And the image files: count.zip If you have the patience, try coming up with new designs and post them here. Here's a copy of the image I started with, made with SolidWorks. ![]() edit: changed host I hope you don't mind, I rewrote your code to be slightly more compact and easier to play with: CODE $puts(count_idx,$add($mod(%_time_elapsed_seconds%,40),1)) $puts(count_path,images\circ_count\count$get(count_idx).png) $imageabs($sub(%_width%,102),3,$get(count_path),) |
|
|
|
Sep 24 2006, 18:44
Post
#324
|
|
|
Group: Members Posts: 1 Joined: 9-September 06 Member No.: 34983 |
I have a feature request which is probably way hard to do. I wonder if it's possible for this plugin to support opentype features like automatic ligatures and small caps and so on. It would be absolutely wonderful if it could; it would marry my love of typography with my love of music!
|
|
|
|
Sep 24 2006, 23:14
Post
#325
|
|
![]() Group: Members Posts: 102 Joined: 5-May 06 From: Minneapolis, MN Member No.: 30448 |
![]() I made a circle-spinny progress thing. It advances during playback. I know this is overkill, but it looks cool. CODE $if($stricmp($mod(%_time_elapsed_seconds%,40),0),$imageabs($sub(%_width%,102),3,images\count1.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),1),$imageabs($sub(%_width%,102),3,images\count2.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),2),$imageabs($sub(%_width%,102),3,images\count3.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),3),$imageabs($sub(%_width%,102),3,images\count4.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),4),$imageabs($sub(%_width%,102),3,images\count5.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),5),$imageabs($sub(%_width%,102),3,images\count6.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),6),$imageabs($sub(%_width%,102),3,images\count7.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),7),$imageabs($sub(%_width%,102),3,images\count8.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),8),$imageabs($sub(%_width%,102),3,images\count9.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),9),$imageabs($sub(%_width%,102),3,images\count10.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),10),$imageabs($sub(%_width%,102),3,images\count11.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),11),$imageabs($sub(%_width%,102),3,images\count12.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),12),$imageabs($sub(%_width%,102),3,images\count13.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),13),$imageabs($sub(%_width%,102),3,images\count14.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),14),$imageabs($sub(%_width%,102),3,images\count15.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),15),$imageabs($sub(%_width%,102),3,images\count16.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),16),$imageabs($sub(%_width%,102),3,images\count17.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),17),$imageabs($sub(%_width%,102),3,images\count18.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),18),$imageabs($sub(%_width%,102),3,images\count19.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),19),$imageabs($sub(%_width%,102),3,images\count20.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),20),$imageabs($sub(%_width%,102),3,images\count21.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),21),$imageabs($sub(%_width%,102),3,images\count22.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),22),$imageabs($sub(%_width%,102),3,images\count23.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),23),$imageabs($sub(%_width%,102),3,images\count24.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),24),$imageabs($sub(%_width%,102),3,images\count25.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),25),$imageabs($sub(%_width%,102),3,images\count26.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),26),$imageabs($sub(%_width%,102),3,images\count27.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),27),$imageabs($sub(%_width%,102),3,images\count28.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),28),$imageabs($sub(%_width%,102),3,images\count29.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),29),$imageabs($sub(%_width%,102),3,images\count30.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),30),$imageabs($sub(%_width%,102),3,images\count31.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),31),$imageabs($sub(%_width%,102),3,images\count32.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),32),$imageabs($sub(%_width%,102),3,images\count33.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),33),$imageabs($sub(%_width%,102),3,images\count34.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),34),$imageabs($sub(%_width%,102),3,images\count35.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),35),$imageabs($sub(%_width%,102),3,images\count36.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),36),$imageabs($sub(%_width%,102),3,images\count37.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),37),$imageabs($sub(%_width%,102),3,images\count38.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),38),$imageabs($sub(%_width%,102),3,images\count39.png,)) $if($stricmp($mod(%_time_elapsed_seconds%,40),39),$imageabs($sub(%_width%,102),3,images\count40.png,)) And the image files: count.zip If you have the patience, try coming up with new designs and post them here. Here's a copy of the image I started with, made with SolidWorks. ![]() edit: changed host I hope you don't mind, I rewrote your code to be slightly more compact and easier to play with: CODE $puts(count_idx,$add($mod(%_time_elapsed_seconds%,40),1)) $puts(count_path,images\circ_count\count$get(count_idx).png) $imageabs($sub(%_width%,102),3,$get(count_path),) Ah, thank you. I knew there was more a more efficient way, but I usually get a severe headache when dealing with TAGZ. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 19th June 2013 - 10:19 |