User Tag List

Results 1 to 2 of 2

Thread: do a checking thanks

  1. #1
    No Products Registered

    Join Date
    Sep 2008
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    do a checking thanks

    Hi

    now i want to do one checking.
    firstly, the button is clicked
    secondly, doing one checking including three "if"
    finial, if the checking is true, the counter add 1

    in the new condition:
    1. button clicked
    2. Val(Edittext$( "num" )) Equal value( "Counter1" )
    OR (logical)
    3. Val(Edittext$( "num" )) Equal value( "Counter2" )
    OR (logical)
    4. Val(Edittext$( "num" )) Equal value( "Counter3" )
    (one button, three counter, one text box for inputing number)
    if the above is true, do following:
    Code:
    add 1
    (counter)
    if the first result, the counter will add 1. it's no problem
    but after first result, if i re-input number in text box, the counter auto add 1(match one of three counter)
    i hope you understand what i say.......

    thanks for help......

  2. #2
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleSWF Export ModuleFirefly 3D ModuleInstall Creator Pro

    Join Date
    Aug 2006
    Posts
    548
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: do a checking thanks

    Hello , make sure that all your events are put in the same condition !
    It means : only only one line of event !

    condition :
    button clicked
    + Val(Edittext$( "num" )) Equal value( "Counter1" )
    OR (logical)
    Val(Edittext$( "num" )) Equal value( "Counter2" )
    OR (logical)
    Val(Edittext$( "num" )) Equal value( "Counter3" )

    To put multiple conditions in the same event :
    right-click the first condition and select "insert"

    Hope that helps ,
    Eric

Similar Threads

  1. help checking were is the enemy
    By willow in forum SWF/Flash Export Module Version 2.0
    Replies: 2
    Last Post: 18th October 2011, 12:46 AM
  2. Distance checking
    By ZacQuicksilver in forum Multimedia Fusion 2 - Technical Support
    Replies: 23
    Last Post: 3rd June 2010, 09:55 PM
  3. checking for a valid URL
    By JohnZ in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 29th September 2009, 04:25 PM
  4. CRC or Hash Checking?
    By LaraSoft in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 9th April 2008, 03:07 PM

Posting Permissions

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