smarthaert / phoenixlib

Automatically exported from code.google.com/p/phoenixlib
0 stars 0 forks source link

FontAnimation #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Well... It would be nice to have something like this on Phoenix! Here is a 
Video Sample (already running in Phoenix)!

http://www.youtube.com/watch?v=e1cjeBBBy-s&feature=youtube_gdata

My class is a mess!! If you want, I can post it here!

But what I have done:
- I break the sentence into an array. So I create animation with TPhxPath for 
each letter of the sentence.

  FMensagens.Add('ShowcardGothic40', 1, 'Statistics', faText3, clrYellow, clrRed, 0, FONT_SCREENCENTER, 200,FONT_VIVEFOREVER);

  FMensagens.Add('ShowcardGothic40', 0.6, 'Matchs :', faText5, clrNavy, clrSilver, 2, 200, 300,FONT_VIVEFOREVER);
  FMensagens.Add('ShowcardGothic40', 0.6, 'Level Time :', faText5, clrNavy, clrSilver, 2, 200, 350,FONT_VIVEFOREVER);
  FMensagens.Add('ShowcardGothic40', 0.6, 'Biggest Combo :', faText5, clrNavy, clrSilver, 2, 200, 400,FONT_VIVEFOREVER);
  FMensagens.Add('ShowcardGothic40', 0.6, 'Puzzle Pieces :', faText5, clrNavy, clrSilver, 2, 200, 450,FONT_VIVEFOREVER);

  FMensagens.Add('ShowcardGothic40', 1, '200', faText4, clrRed, clrYellow, 3, 600, 300,FONT_VIVEFOREVER);
  FMensagens.Add('ShowcardGothic40', 1, '03:30', faText4, clrRed, clrYellow, 4, 600, 350,FONT_VIVEFOREVER);
  FMensagens.Add('ShowcardGothic40', 1, '15', faText4, clrRed, clrYellow, 5, 600, 400,FONT_VIVEFOREVER);
  FMensagens.Add('ShowcardGothic40', 1, '02', faText4, clrRed, clrYellow, 6, 600, 450,FONT_VIVEFOREVER);

  FMensagens.Add('ShowcardGothic40', 0.6, 'Click to Continue...', faTextGlow, clrMoneyGreen, clrGreen, 0, -1,550,FONT_VIVEFOREVER);

Original issue reported on code.google.com by wagenhei...@gmail.com on 2 Jul 2010 at 2:43

GoogleCodeExporter commented 9 years ago
Anyway! Here is the Source!

Sorry for the Portuguese Class Names and Comments, but I hope it will be easy 
of understand!

The Class is TMensagemAnimada Class!

.Some = Hide!

Original comment by wagenhei...@gmail.com on 5 Jul 2010 at 5:17

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by andreas....@gmail.com on 13 Aug 2010 at 12:38

GoogleCodeExporter commented 9 years ago
Posponed to post launc

Original comment by andreas....@gmail.com on 11 Nov 2010 at 8:47

GoogleCodeExporter commented 9 years ago

Original comment by andreas....@gmail.com on 8 Aug 2013 at 2:11