HELP WITH FLASH ACTION SCRIPT

  • itslizk
  • Born
  • Born
  • No Avatar
  • Joined: Aug 22, 2006
  • Posts: 2
  • Status: Offline

Post August 22nd, 2006, 3:07 am

HI guysss i need help desperately!

wat i need to do is move to a new frame when one object collides with another....its a game so the player controls a head using the keys and when the head hit a certain box i need them to move to a new frame......ne ideasss? please help!i know that it is some form of hit test but can't find the action script anywhere....need the action script pleaseeee!
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post August 22nd, 2006, 3:07 am

  • IceCold
  • Guru
  • Guru
  • User avatar
  • Joined: Nov 05, 2004
  • Posts: 1254
  • Loc: Ro
  • Status: Offline

Post August 23rd, 2006, 8:53 am

u sound so desperate
so ... no ..., i wont help you :D

j/k
u have 2 choices:
1)
Code: [ Select ]
if (headMC.hitTest(wallMC)) { gotoAndPlay("frame");

2) box your head:
meaning :
Code: [ Select ]
if ( (headMC._x + headMC._width > wallMC._x) ||   // left to right movement test
 (headMC._x < wallMC._x + wallMC._width) ) // right to left movement test
{ gotoAndPlay("frame");
  1. if ( (headMC._x + headMC._width > wallMC._x) ||   // left to right movement test
  2.  (headMC._x < wallMC._x + wallMC._width) ) // right to left movement test
  3. { gotoAndPlay("frame");
“True mastery transcede any particular art. It stems from mastery of oneself - the ability, developed throgh self-discipline, to be calm, fully aware, and complety in tune with oneself and the surroundings. Then, and only then, can a person know himself. ”
  • itslizk
  • Born
  • Born
  • No Avatar
  • Joined: Aug 22, 2006
  • Posts: 2
  • Status: Offline

Post August 24th, 2006, 11:35 pm

hah thanx heaps! much appreciated

Post Information

  • Total Posts in this topic: 3 posts
  • Users browsing this forum: No registered users and 25 guests
  • 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 post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.