User Profile

Collapse

Profile Sidebar

Collapse
4183mal0we
4183mal0we
Last Activity: Oct 29 '07, 05:41 AM
Joined: Oct 21 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 4183mal0we
    replied to seconds convertor to minutes in flash
    iam sorry dear support team my mistake

    it was typed in a hurry
    well now ..what to do
    See more | Go to post

    Leave a comment:


  • 4183mal0we
    replied to seconds convertor to minutes in flash
    yes


    iam using actionscript 3
    iam using flash professional 8
    See more | Go to post

    Leave a comment:


  • 4183mal0we
    replied to seconds convertor to minutes in flash
    hello

    i tired this also, but it still gives the same ERROR



    **Error** Scene=Scene 1, layer=actions, frame=1:Line 3: The class or interface 'flash.events.M ouseEvent' could not be loaded.
    function onClick(e:Mouse Event):void {

    Total ActionScript Errors: 1 Reported Errors: 1
    See more | Go to post

    Leave a comment:


  • 4183mal0we
    replied to seconds convertor to minutes in flash
    i tried it but its giving error

    it says




    **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 3: The class or interface 'MouseEvent' could not be loaded.
    function onClick(e:Mouse Event):void {

    Total ActionScript Errors: 1 Reported Errors: 1
    See more | Go to post

    Leave a comment:


  • 4183mal0we
    replied to seconds convertor to minutes in flash
    thank you for replying me back

    you said

    complete code would be

    [CODE=actionscri pt]
    convertor_btn.a ddEventListener (MouseEvent.CLI CK, onClick);

    function onClick(e:Mouse Event):void {
    min_txt.text = Number(sec_txt. text) / 60;
    }
    [/CODE]

    so thats it only i need to enter this code under the button !
    and iam done

    ...
    See more | Go to post

    Leave a comment:


  • 4183mal0we
    replied to seconds convertor to minutes in flash
    if i knew the code
    i was able to do it then
    ..

    iam new in this category !
    plz help me in this !
    can you post me the code over here !

    so what should i put under the buton ( convertor )

    because when you will send me the code , i will under stand that
    and after that i will go for further !


    plz help
    thank you !
    See more | Go to post

    Leave a comment:


  • 4183mal0we
    replied to seconds convertor to minutes in flash
    the thing is I tried but its not working
    i will be using in actionscript 3

    plz can you send me the code over here


    well if i divide the number / 60

    that means you know the number ---> that user is going to enter this
    number of your choice

    but ... you don't know what number the user is going to put !
    my question was that the user enter any number after...
    See more | Go to post

    Leave a comment:


  • 4183mal0we
    replied to seconds convertor to minutes in flash
    hello thank you for replying me back

    the thing is I tried but its not working
    i will be using in actionscript 3

    plz can you send me the code over here

    thank you !
    See more | Go to post

    Leave a comment:


  • 4183mal0we
    replied to Flash Actionscript
    hello thank you for replying me back

    the thing is I tried but its not working
    i will be using in actionscript 3

    plz can you send me the code over here

    thank you !
    See more | Go to post

    Leave a comment:


  • 4183mal0we
    started a topic seconds convertor to minutes in flash

    seconds convertor to minutes in flash

    Hello

    can any one help me in this Experiment

    iam building a seconds convertor to minutes in flash

    i have the fig like this


    1) text box ( instance name -> sec_txt ) input text box
    1) text box ( instance name -> min_txt) dynamic text box
    1) button ( instance name -> convertor_btn)


    i wanted that .. in a way...
    See more | Go to post
No activity results to display
Show More
Working...