User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13

Thread: Making a username and password

  1. #1
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Nov 2006
    Posts
    696
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Making a username and password

    I have been trying for a cuple days to create a MMf2 application that needs a password and a username to get in. The trick is doing it without using the runtime "password" function. i am thinking of using [obj_edit] edit object as the fields to type in but i can't think of the code to write. Help!

  2. #2
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Nov 2006
    Posts
    696
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making a username and password

    PLZ!!! Somebody help me! I really want to know! [cry]

  3. #3
    No Products Registered

    Join Date
    Jul 2006
    Posts
    375
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making a username and password

    Create two frames.

    In the first frame, toss an editbox and a button in there.

    then make a condition, if button is pressed
    + text in editbox = "foo"


    then
    go to next frame.


    Then have yer main app in the second frame...

    Makes sense?



  4. #4
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making a username and password

    Note that you need to Compare Two General Values to compare the text in the edit box to something else - it doesn't have a condition that checks it itself.

  5. #5
    No Products Registered

    Join Date
    Aug 2006
    Location
    Westcountry, UK
    Posts
    862
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making a username and password

    (what happens if you use < or >)?

  6. #6
    No Products Registered

    Join Date
    Jul 2006
    Posts
    375
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making a username and password

    that's fine for COUNTERS, but using letters, you should use Compare two values as mentioned above. (if text in editbox is different then "foo" , then go to frame 3 (the "wrong password!!!!" frame) or activate a disabled set of rules, etc...

  7. #7
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making a username and password

    Comparing strings with < or > operators check if a string is after or before another in the alphabetic order.

  8. #8
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Nov 2006
    Posts
    696
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making a username and password

    thnx so far will reply soon to say if anything worked

  9. #9
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Nov 2006
    Posts
    696
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making a username and password

    THANK YOU SOOOOOOOO MUCH!!! DavidN your input is what did it. My applications have never looked better! You were all very helpful. I hope to see you again in future posts! I know i will post again.

  10. #10
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Nov 2006
    Posts
    696
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making a username and password

    No need to send in any more info it is over! I am finished!





    What r u still doin here!?! This is the end of the forum!

Page 1 of 2 1 2 LastLast

Similar Threads

  1. making a password
    By Michael_Nelson in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 11th October 2010, 04:41 PM
  2. Making the Password Protect work
    By FlufyBuny in forum Install Creator and Patch Maker
    Replies: 1
    Last Post: 28th August 2009, 07:11 AM
  3. username and password
    By Conman in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 29th May 2009, 10:37 PM
  4. Online Username/Password
    By Sumo in forum Multimedia Fusion 2 - Technical Support
    Replies: 12
    Last Post: 25th February 2009, 07:46 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
  •