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 


[Flash]Code List

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
ElectroFusion
Grandmaster Cheater
Reputation: 0

Joined: 17 Dec 2006
Posts: 786

PostPosted: Wed Jun 04, 2008 12:11 pm    Post subject: [Flash]Code List Reply with quote

Making a character walk
Code:

speed = 0;
if(Key.isDown(Key.LEFT)){
this._x += speed;
}else if(Key.isDown(Key.RIGHT)){
this._x -= speed;
}else{
speed = 0;
}

Walls
Code:
 if(this.hitTest(_root.wall)){
speed = 0
}


More to come.

Questions? Ask here.

I haven't used flash in a year, so I don't know if this "works", but im sure it does.[/b]

_________________
qwerty147 wrote:

ghostonline wrote:

what world are you in?

bera

but i live in NZ
Back to top
View user's profile Send private message
GMZorita
Grandmaster Cheater Supreme
Reputation: 0

Joined: 21 Mar 2007
Posts: 1361

PostPosted: Wed Jun 04, 2008 12:46 pm    Post subject: Re: [Flash]Code List Reply with quote

ElectroFusion wrote:
I don't know if this "works", but im sure it does.



Nice post for i guess never tryed flash.

_________________
Gone
Back to top
View user's profile Send private message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Wed Jun 04, 2008 1:59 pm    Post subject: Reply with quote

How about moving the background instead of the character? Oh and jumping and objects?
Back to top
View user's profile Send private message MSN Messenger
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8588
Location: 127.0.0.1

PostPosted: Wed Jun 04, 2008 4:26 pm    Post subject: Reply with quote

How about giving credit as well to the sites you copy pasted from. This same code can be found on various sites, all yours is is reworded.

Also don't post code unless you wrote it and tested it. Posting code that you 'think' works is not what this section is for. If you are releasing something, it should work and you should know that it does.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
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