-
I like it so far. But you got alotof work ahead...
Word jumping does not look good...,to avoid them you can check the height of the textfield, when you add the whole word:
msg - original message
m - message textfield (variable)
mm - message textfield (instance name)
if (msg.charAt(n)==' ') {
s=msg.slice(n+1).split(" ",1);
th=m.textHeight;
l=mm.length;
mm=mm+' '+s;
if (th<m.textHeight) {mm = mm.substr(0,l)+'\n';n++;k=0}
else {mm = mm.substr(0,l)}
}
mm = mm add msg.charAt(n);
-
Let me ask the director if he wants it like that.
EDIT: He said go for it so it has been added. Thanks for the suggestion :)
EDIT2: The link is on this page too
-
SEMI-LARGE update!!!
Check the first post. DL the AS file and examine, then play with the SWF. Cool eh?
-
Thats cool! Now make it possible to have a dialog box, like
"Can you take this bucket to my mum?"
Yes =>No
And then you get a bucket in your inventory.
-
Aaaargh! No one of those butiful girls wants to talk to me :(
I'm the lonliest person in the whole world...