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] need help making a game

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

Joined: 09 Nov 2007
Posts: 714

PostPosted: Tue Apr 29, 2008 2:53 pm    Post subject: [flash] need help making a game Reply with quote

sorry if this is the wrong section but i'm making a game in flash and i was wondering how to make my char stop when it hits the menu. this is all i got so far
Code:
onClipEVent(enterFrame({
if(this.hitTest(_root.menu)){
---this is the bit i need help with---
}
could someone hook me up with the code please?
Back to top
View user's profile Send private message
HalfPrime
Grandmaster Cheater
Reputation: 0

Joined: 12 Mar 2008
Posts: 532
Location: Right there...On your monitor

PostPosted: Tue Apr 29, 2008 8:17 pm    Post subject: Reply with quote

Code:

 ----------------------------
|-------|                        |
|menu |                        |
|_____|                        |
|             U                   |
|                                  |
 -----------------------------

If(U.Y is above the bottom of the menu)
U.Y = (bottom of the menu)
If(U.X is to the left of the right edge of the menu)
U.X = (right edge of the menu)

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

Joined: 17 Dec 2006
Posts: 786

PostPosted: Wed Apr 30, 2008 9:56 am    Post subject: Reply with quote

Mm, or you could do

if(!this.hitTest(menu)){
speed = 5
}
if(this.hitTest(menu)){
speed = 0
}
if(key.isDown(key.LEFT)){
this._x += speed;
}
if(key.isDown(key.RIGHT)){
this._x -= speed;
}

but thats just me.

_________________
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
deleted user 111213
Grandmaster Cheater
Reputation: 0

Joined: 09 Nov 2007
Posts: 714

PostPosted: Wed Apr 30, 2008 11:51 am    Post subject: Reply with quote

u know, thankyou, that actually makes sense. thanks for all your help everyone.
Edit:nvm it doesn't work
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