xbox-scene.com - your xbox news information source
Quick Links: Main Forums | Xbox360 Forums | Xbox1 Forums | PS3 Forums
Xbox-Scene Forum Help  Search Xbox-Scene Forums   Xbox-Scene Forum Members   Xbox-Scene Calendar

Giganews Usenet Offers: +1150 days binary retention, 99%+ Completion, and Unlimited Speed/Access!

360 ODD Emulators: X360 Key $99 | Wasabi360 FAT $99 | Wasabi360 Slim $99
C4E's iXtreme Burner MAX Drive: LiteOn iHAS124 DROPPED TO JUST $17


Welcome Guest ( Log In | Register )

 Forum Rules Rules
 
Reply to this topicStart new topic
> Actionscript Textbox Limited?
vexx22
post Sep 28 2003, 12:51 PM
Post #1


X-S Member
*

Group: Members
Posts: 96
Joined: 22-September 03
From: Germany
Member No.: 63907
Xbox Version: v1.1



Is the Actionscript textbox Limited? If i tried to display 2 words with it nothig happens only one word can be displayed.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
vexx22
post Sep 28 2003, 01:51 PM
Post #2


X-S Member
*

Group: Members
Posts: 96
Joined: 22-September 03
From: Germany
Member No.: 63907
Xbox Version: v1.1



i get it no help need anymore
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
BenJeremy
post Sep 28 2003, 04:36 PM
Post #3


X-S Elysian
*************

Group: Head Moderator
Posts: 9688
Joined: 19-July 02
Member No.: 1853
Xbox Version: v1.1
360 version: v1 (xenon)



You need to quote the argument...

Messagebox takes one argument, but if you put:

CODE

MessageBox This is my message


It's actually 4 arguments...

This:
CODE

MessageBox "This is my message"


Is one argument, and MessageBox will work. Environment variables and "specials" ($eol$, $lt$, and $gt$) are converted AFTER the ActionScript interpreter has read the argument:

CODE

MessageBox "This is line one$eol$This is line two"


Is read as:
CODE

This is line one
This is line two


The "EOL" or End-of-line "special" is replaced by a carraige-return line-feed sequence and the quotes, of course, are not passed to the MessageBox command.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 22nd May 2013 - 01:36 AM