Forum Topic: ASchallenge :How to code subtitles?

(180 views • 4 replies)

This topic is 1 page long.

<< < > >>
None

Loco-Evil-Dabdoub

Reply To Post Reply & Quote

Posted at: 2/16/06 01:03 AM

Loco-Evil-Dabdoub DARK LEVEL 14

Sign-Up: 07/29/04

Posts: 165

Maybe some of you have watched StrangeClock´s " 21 OClockStreetTheMovie 1 ". I have thought how could I make my own code and how I could put the subtitles in an animation I began in 2005, but that I left incomplete to organize a mini-concert for some local bands, and for fixing and making simle websites for some friends.
So, could someone help me with some ideas? I promise to include your name in the Credits.
Thanks, anyway for reading.

As a side note, I considered ActionScript as programming, but I didn´t read the description of the programming section of the BBS, so I´m sorry about that.


None

Ani-Money

Reply To Post Reply & Quote

Posted at: 2/16/06 01:05 AM

Ani-Money LIGHT LEVEL 19

Sign-Up: 08/19/05

Posts: 2,622


None

Loco-Evil-Dabdoub

Reply To Post Reply & Quote

Posted at: 2/16/06 01:57 AM

Loco-Evil-Dabdoub DARK LEVEL 14

Sign-Up: 07/29/04

Posts: 165

At 2/16/06 01:05 AM, animoney1 wrote: http://www.newground../topic.php?id=368014

Thanks! I think that will help me a lot.


None

shazwoogle

Reply To Post Reply & Quote

Posted at: 2/16/06 02:40 AM

shazwoogle NEUTRAL LEVEL 10

Sign-Up: 09/27/04

Posts: 2,661

... subtitles.. lol thats justs Mc._visible = false


None

Newsdee

Reply To Post Reply & Quote

Posted at: 2/16/06 02:54 AM

Newsdee LIGHT LEVEL 18

Sign-Up: 01/21/05

Posts: 650

Depends, for me it would be:
my_textfield.text = "new subtitle";

Or better yet:
if (getTimeElapsed() > subTime) {
var sub:Subtitle = subtitles.pop();
my_textfield.text = sub.text;
subTime = sub.displayTime;
resetTimer();
}

:-P


All times are Eastern Standard Time (GMT -5) | Current Time: 12:48 PM

<< Back

This topic is 1 page long.

<< < > >>
You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!