A Flash Developer Resource Site

Results 1 to 8 of 8

Thread: 71designlab

  1. #1
    http://www.71designlab.com

    tell me how much it sucks

  2. #2
    Registered User
    Join Date
    Oct 2000
    Location
    Buckinghamshire
    Posts
    63

    Feedback

    Hy,

    Just had a quick look, it loads in nice and quick on my comp, I like the animation they play smooth, I really liked the square effect that you created just before the homepage opens..I like the use of colour and the layout is pleasing to the eye. I think the buttons could be a little more interesting though.

    keep up the good work.

    If you get a moment please could you give me some feedback;

    ---- MR K ----
    This is NOT the area for requesting FEEDBACK, please make your OWN post and place it in the Flash Check or HTML Check site. If you need Advanced advice then check out the HELP forums.

    URL - REMOVED

    ---- MR K ----


    I have an actionscript error on the news section, please could you view it an dlet me know if you would know how to solve it!

    Thanks

    Warm Regards

    Christina {^.^}
    [Edited by Mr K on 01-27-2001 at 12:04 AM]

  3. #3
    thanks for feedback. i totally agree about bottons.

    i don't know how to solve your problem, did you use set property (visibility) or what?

  4. #4
    Registered User
    Join Date
    Oct 2000
    Location
    Buckinghamshire
    Posts
    63

    Action Script

    Thanks for your reply...this is what I did;

    Frame 2

    Set Variable: "text" = "The text included here is dummy text it will soon be updated. The text included here is dummy text it will soon be updated. "
    Set Variable: "startx" = 290
    Set Variable: "starty" = 160
    Set Property ("/ani", Visibility) = False
    Set Variable: "length" = Length (text)
    Set Variable: "linelength" = 40
    Set Variable: "kerning" = 6
    Set variable: "releases" = ""
    Set Variable: "charline" = 0
    Set Variable: "linenumber" = 1
    Set Variable: "linespace" = 15
    Set Variable: "i" = 1
    Set Variable: "x" = 1
    Set Variable: "lettercount" = 1

    Frame11

    Set Variable: "charinline" = charinline+1
    If (charinline >= linelength)
    Set Variable: "prevent" = Substring(text,i-1,1)
    If (prevent eq " ")
    Set Variable: "linenumber" = linenumber+1
    Set Variable: "charinline" = 1
    End If
    End If
    Duplicate Movie Clip ("/ani", "ani"&i, i)
    Set Property ("ani"&i, X Position) = startx+charinline*kerning
    Set Property ("ani"&i, Y Position) = starty+linenumber*linespace
    Set Variable: "/ani"&i&"/letters:letters" = Substring ( text, i, 1 )
    Set Variable: "i" = i+1

    Frame 12

    If (i <= length)
    Go to and Play (11)
    Else
    Stop
    End If

    Frame 21

    If (x <=length)
    Begin Tell Target ("/ani"&x)
    Go to and Play ("end")
    End Tell Target
    Set Variable: "x" = x+1
    End If


    Last Frame

    Go to and Play (_currentframe-1)


  5. #5
    i'm really sorry but i can't figure out what's wrong with the script.

    to say it all i'm not used to use script enough to check it.

    but i can do good coffee.

  6. #6
    Registered User
    Join Date
    Oct 2000
    Location
    Buckinghamshire
    Posts
    63

    Thanks

    Thanks for your time, i've now emailed the moderators as I've tried all the possible means to get some help...

    I'll have mine with no sugar please!

    {^.^}

  7. #7
    give me time to scan it and mail it

  8. #8
    Gerbick's arch Nemisis
    Join Date
    Dec 2000
    Posts
    424
    Oh...e-mailed the Mods?? Strange I've not recieved anything

    If you need help with these sorts of things please use the Help Forums....there are some VERY talented people in there who can help you.

    I would move this thread but becuase it starts with a good, but unrelated to the problem, site I can't.

    Marcods...you need to tell people that your site is not in english. It's a good site....even though I didn't understand it.

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