avatar for safara179

About me

  • Member Since: Apr. 05, 2008
  • Last Login: Nov. 20, 2009
  • Current Points: 2188
  • Comments: 10
  • Age: 16
  • Sex: Male
Latest Achievements
 
The Black Gate (completed)
The Black Gate (completed)
The Black Gate Badge (easy - 5 points)
Reach the gates of Orzammar on any difficulty setting in Dragon Age: Journeys
Acquired Nov. 20, 2009

safara179's Dragon Age Armory (What's this?)

Sword (1/5)
sword 1 earned sword 2 unearned sword 3 unearned sword 4 unearned sword 5 unearned
Gifted By:
Major_Injury
Bow (0/5)
bow 1 unearned bow 2 unearned bow 3 unearned bow 4 unearned bow 5 unearned
Axe (0/5)
axe 1 unearned axe 2 unearned axe 3 unearned axe 4 unearned axe 5 unearned
Mace (0/5)
mace 1 unearned mace 2 unearned mace 3 unearned mace 4 unearned mace 5 unearned

safara179's awards

Shouts & Whispers

Shouts
Whispers
Person Content
avatar for Mastercool2
Mastercool2 Developer_icon
May. 29, 2008

did it help you ?
i notived that your games already have borders

avatar for Mastercool2
Mastercool2 Developer_icon
May. 29, 2008

hay !
do you have flash 8 or 9 ?
I think you wrote a code like

onClipEvent(enterFrame){
if (Key.isDown(Key.UP)){
this.y -=15;
}
if (Key.isDown(Key.DOWN)){
this.
y +=15;
}
if (Key.isDown(Key.LEFT)){
this.x -=15;
}
if (Key.isDown(Key.RIGHT)){
this.
x +=15;
}
}
right ?
you just need to make 4 boarders out of lines, convert them to 4 symbol ( I named mine objecttop , objectleft objectright objectdown) and change the code to
onClipEvent(enterFrame){
if (Key.isDown(Key.UP)&& this.hitTest(root.objecttop)==false){
this.
y -=15;
}
if (Key.isDown(Key.DOWN)&& this.hitTest(root.objectdown)==false){
this.
y +=15;
}
if (Key.isDown(Key.LEFT)&& this.hitTest(root.objectleft)==false){
this.
x -=15;
}
if (Key.isDown(Key.RIGHT) && this.hitTest(root.objectright)==false){
this.
x +=15;
}
}

avatar for freetiger18
freetiger18
May. 27, 2008

I started playing on Kong many days ago l.l

safara179's comments

Game Comments
Play Doeo
Doeo
Sep. 16, 2008
Hahahaahahah hilarious... not the games, but the fact that your using the Newgrounds loading bar, but with the kongregate picture.... so hilarous,,, the game was.. ok... not to my likeing
Play Atomic
Atomic
May. 30, 2008
i read every comment and i put it all in the game.. faster asteroids, less lives, a weapon all that jazz......
Play Atomic
Atomic
May. 29, 2008
a couple reasons you cant bagg me about my games 1.i do it by myself(noone helps) 2.i dont spend much time on them 3.you do better 4. you cant can u so SHUT UP!!!!!!
Click Here