Current location: Hot Scripts Forums » General Web Coding » Flash & ActionScript » Flash Game / Character Ristriction


Flash Game / Character Ristriction

Reply
  #1 (permalink)  
Old 05-20-06, 09:20 PM
ste ste is offline
Newbie Coder
 
Join Date: May 2006
Location: Wales, UK
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Question Flash Game / Character Ristriction

Heya guys,

I'm in the process of designing a game for a project thats due in next week.

At the moment I've made the character move, however he can off the stage, so I was wondering if there was a way of risticing him with the boundaries.

Any help, insight greatly appreciated,
Thanks,
Ste
Reply With Quote
  #2 (permalink)  
Old 05-22-06, 09:48 PM
nightkid nightkid is offline
New Member
 
Join Date: May 2006
Location: Perth,
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
// stops the character going off the screen, paste this script onto your character movieclip and change the numbers to the boundaries of your game.
// top of screen
if (_y<0) {
_y = 0;
}
//bottom of screen
if (_y>600) {
_y = 600;
}
//left...
if (_x<0) {
_x = 0;
}
//right
if (_x>800) {
_x = 800;
}
__________________
i refuse to have a signature.
Reply With Quote
  #3 (permalink)  
Old 05-23-06, 07:33 PM
ste ste is offline
Newbie Coder
 
Join Date: May 2006
Location: Wales, UK
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Cheers for the reply nightkid, thats going to help me out alot.

Thanks again,
Ste
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
*NEW* Free Flash Game Site Prawntickler General Advertisements 0 03-18-06 07:50 AM
Outsourcing web design to Bulgaria - Marin Todorov gal_flower Job Offers & Assistance 4 02-14-06 08:05 PM
Flash programmers (game makers) Starman Job Offers & Assistance 5 03-25-04 03:15 PM


All times are GMT -5. The time now is 06:12 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.