Welcome to TalkGraphics.com
Results 1 to 4 of 4

Thread: Text Help

  1. #1
    Join Date
    Jul 2004
    Posts
    5

    Default

    I made a self-destruct screen, and i wanna make it so someone can type there own numbers/seconds for how long until it self-destructs. Also I wanna make it for someone to be able to type an abort code that will make the numbers stop moving. How would I go about doing those things? Thanks. Greg
    IP

  2. #2
    Join Date
    Jul 2003
    Location
    Morton Grove, IL, USA
    Posts
    5

    Default

    I am sorry, it is difficult to understand for me, what do you need. Tell more specific, please... or go to my site and decide, can I make it.
    Thanks
    IP

  3. #3
    Join Date
    Aug 2000
    Location
    Westbank, BC Canada
    Posts
    1,387

    Default

    I believe Greg's talking about using a Dynamic text box skaa. One that the user can enter variables into to control the current movie, and/or its behavior.

    Barring whether skaa has an immediate solution for you... check this site Greg, it has a lot of tutorials. And i think you'll be able to find something there on this. http://www.kirupa.com/developer/mx2004/index.htm
    IP

  4. #4
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,917

    Default

    Greg.
    You need to place an input text box on screen which will hold the vairable named 'countdown' or something similar. Then have a button to start the countdown.

    Then place a second input text box for the abort code. Then set up a if-else loop to test for the abort code equality, such that:

    if (abortCode=="fx32da") {
    stop();
    } else {
    countdown = countdown - 1;
    play();
    }

    where fx32da is your abort code.

    Egg
    Egg

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host
    IP

 

 

Bookmarks

Posting Permissions

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