A few simple questions...

new topic     » topic index » view thread      » older message » newer message

I have a few simple questions that are just questions about a few 
Euphoria commands. I included a few examples if you dont understand what 
I mean from the text:

1. Does anybody know a command that makes it so at ANY time during the 
ENTIRE program (such as a game) you can assign a few different keys to 
hotkeys for the user that will always do a certain command and ALWAYS 
work until you tell them not to or reasign them(not just after that one 
if statement or while loop)?

2. Do you know of anyway to do a wrap function that wraps the text for
long sentences but not at whatever letter the side of the screen ends at 
but then goes back to the last Word and wraps it?

Example:
Instead of:
                                -          Hello Scott h-  (Screen End 
                                -ow are you?            -   at Dashes)
                                -                       -
It would be:
                                -          Hello Scott  -
                                -how are you?           -
                                -                       -

3.( And last) Do you know anyway to get out of the computer puting that 
annoying \n after every prinf?

Example:

object name
puts(1, "What is your name?\n"
name = gets(0)
printf(1, "Hello %s! How are you???", {name})

      On my computer that apears when you run the program as:
What is your name?
Hello (name)
! How are you?

      I want it to be:
What is your name?
Hello (name)! How are you???

        I hope you are able to answer a majority of my questions.
                        Thanks,
                                Scott Husen

P.S. If you don't feel like or can't answer all of my questions please 
answer #1. Im dieing for the answer to that one!

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu