00:00
00:00
RPGsrok
"Time never waits. It delivers all equally to the same end. You, who wish to safeguard the future, however limited it may be[...] Go forth without falter, with your heart as your guide..." -Persona 3

Age 31, Male

Silicon Valley, CA

Joined on 6/15/05

Level:
15
Exp Points:
2,230 / 2,500
Exp Rank:
26,766
Vote Power:
5.67 votes
Rank:
Civilian
Global Rank:
95,227
Blams:
11
Saves:
44
B/P Bonus:
0%
Whistle:
Normal
Trophies:
5
Medals:
26

Comments

I don't know a lot about Flash, nor do I have access to it on my home computer. So as for that is concerned, I hope you can resolve your problem. Just take my suggestions with a grain of salt, as I don't have enough experience to know whether they are feasible or not.

It depends on how and when the subtitles are displayed. Usually, I think, subtitles are displayed sentence by sentence (or a design similar to that). Perhaps if it were possible to make the subtitles display word by word. I imagine (depending on the way you go about it) it would be difficult. Of course that is probably not very effective. Maybe if you could get the subtitle to pause when the button is paused. This would probably involve some sort of coding of which I am unaware of.

Put the equivalent of this in the subtitles MC:

if(Paused == true)
{
stop();
}else if(Paused == false)
{
play();
}

Tell me how it works.

Putting the actionscript on a frame within the mc had no effect. Putting the actionscript on the mc itself yielded the message "statement must appear within on/onClipEvent handler" with the source tagged as the first line of the code. Any ideas on what to do with that?

Sorry about that, you apparently know less about ActionScript than I had assumed. Here's the complete code:

onClipEvent(enterFrame)
{
if(Paused == true)
{
stop();
}else if(Paused == false)
{
play();
}
}

I am really sorry for giving you a shitty review for your last flash film, because obviously, you know how to draw, your art-stuff is really good. As I said, make something shorter.

Well, hey, you're entitled to your opinion either way. Though I'm glad you liked the art.

Honestly, I think a lot of people had no problems with the length of Verbatim, (they had other complaints ^^) and although Part 2 is likely to be shorter, it's still a pretty long work. It will have more action in it, and I'd be curious to see if you like it any better for that. And if you don't, I guess it's just not your thing - nothin' for me to do about it. Still, (if I ever have the good fortune to finish it) I'd appreciate hearing your thoughts on the second part, for better or worse. Mind if I message you when(/if) it comes out?