Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Help with AS3

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Lyfa
The Lonely Man
Reputation: 12

Joined: 02 Nov 2008
Posts: 743

PostPosted: Wed Sep 09, 2009 5:40 pm    Post subject: Help with AS3 Reply with quote

First I chose to post here because it's programming and not a flash game.

Ok, now in Delphi I can do something like
Code:
enterrandomcodehere ' + Textbox1.text + ' Finishrandomcodehere


How can I do something like that in AS3?

_________________
Back to top
View user's profile Send private message
Chaosis13
Master Cheater
Reputation: 0

Joined: 14 Aug 2007
Posts: 372

PostPosted: Wed Sep 09, 2009 7:21 pm    Post subject: Reply with quote

Does that not work?
Code:
var string1:String = "Hello" + 5 + Textbox1.text;

If not, use concat and amend them.
Back to top
View user's profile Send private message
~Lurker
I post too much
Reputation: 0

Joined: 20 Sep 2008
Posts: 2259
Location: lurking moar

PostPosted: Thu Sep 10, 2009 6:31 pm    Post subject: Reply with quote

You mean something like:

Code:
strOne = "one";
strTwo = "two";
strThree = "Value of strOne: "+strOne+", value of strTwo: "+strTwo;
trace(strThree); //returns: Value of strOne: one, value of strTwo: two


Also, this probably does belong in the Flash section, regardless of whether it is game-related or not.

_________________
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites