A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Javascript "click then palce text"

  1. #1
    Member
    Join Date
    Mar 2005
    Posts
    55

    Exclamation Javascript "click then palce text"

    I want to make it so when something is clicked it triggers something to appear in a text box

  2. #2
    AKA [ Paul Bainbridge] webdreamer's Avatar
    Join Date
    Aug 2001
    Location
    Glasgow, Scotland, UK
    Posts
    3,320
    code:

    someButton.onRelease=function(){
    someText.text="blah text"
    }


    Create a button give it an instance name "someButton"
    Create a textfield(dynamic) give it an instance name "someText"
    Past the above code onto a keyframe where your button and text field are placed.
    .: To me AS is like LEGO, Only for the big Kids :.
    - Site - Blog - Twitter - Linkedin
    bringmadeleinehome.com

  3. #3
    Member
    Join Date
    Mar 2005
    Posts
    55
    any cahnce u know how to do it with webcodeing or just flash?

    to understand exactly what i want click reply

    after that i basically want to do the smilies>>>>>>>>>>

  4. #4
    AKA [ Paul Bainbridge] webdreamer's Avatar
    Join Date
    Aug 2001
    Location
    Glasgow, Scotland, UK
    Posts
    3,320
    Have you built your html form yet?
    .: To me AS is like LEGO, Only for the big Kids :.
    - Site - Blog - Twitter - Linkedin
    bringmadeleinehome.com

  5. #5
    Member
    Join Date
    Mar 2005
    Posts
    55
    no but all i need to do is set up a text field and put code for the image to add the text into the field

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