A Flash Developer Resource Site

Page 3 of 3 FirstFirst 123
Results 41 to 45 of 45

Thread: [EARLY BETA] Aureus Dynasty

  1. #41
    the thud of the body rabbitkiller's Avatar
    Join Date
    Jan 2004
    Location
    Royal Oak, Mi
    Posts
    318
    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);
    world[i] = new world();

  2. #42
    Professional Air Guitarist Frag's Avatar
    Join Date
    Dec 2002
    Location
    Brain, Body, Clothes, Computer Chair, Room, House, Neighborhood, City, State, Country, Continent, World, Galaxy, Universe, and on?
    Posts
    811
    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
    Last edited by Frag; 07-25-2004 at 06:35 PM.

  3. #43
    Professional Air Guitarist Frag's Avatar
    Join Date
    Dec 2002
    Location
    Brain, Body, Clothes, Computer Chair, Room, House, Neighborhood, City, State, Country, Continent, World, Galaxy, Universe, and on?
    Posts
    811
    SEMI-LARGE update!!!

    Check the first post. DL the AS file and examine, then play with the SWF. Cool eh?

  4. #44
    Ihoss
    Guest
    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.

  5. #45
    the thud of the body rabbitkiller's Avatar
    Join Date
    Jan 2004
    Location
    Royal Oak, Mi
    Posts
    318
    Aaaargh! No one of those butiful girls wants to talk to me
    I'm the lonliest person in the whole world...
    world[i] = new world();

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center