Newgrounds.com — Everything, By Everyone.

Checking login status…

USERNAME:

PASSWORD:

Logging in…

Logged in as:
.
Logging out…
Inbox My Account Log Out


You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!

Author Search Results: 'Bomee'

We found 26 matches.


<< < > >>

Viewing 1-26 of 26 matches.

1.

None

Topic: Flash dress up snap on!

Posted: 01/12/08 01:35 PM

Forum: Flash

i am a noob actionscripter lol very noob :(

thank u!


2.

None

Topic: Flash dress up snap on!

Posted: 01/11/08 06:26 PM

Forum: Flash

i need a little more clarity with this. can anyone help?


3.

None

Topic: Flash dress up snap on!

Posted: 12/18/07 10:53 PM

Forum: Flash

hey how do you make clothes snap on certain spots so that in a dress up it's not just drop and drag?

thanx in advance!


4.

None

Topic: New Wallpapers, Pink Site.

Posted: 10/06/07 07:16 AM

Forum: NG News

just because the site is pink and you care about our boobs doesn't mean you're raising breast cancer awareness. it's not the breasts that are mainly affected, it's the person and her/ his family. yea dudes can get breast cancer too. It's nice that the site is pink though it would be nicer if it were a bit more serious. how about donating to the cause? at least there was some decency to front page a flash about breast cancer awareness.

sigh...

yes us females can never be satisfied.


5.

None

Topic: User Pages - Some Ground Rules.

Posted: 07/26/07 01:16 PM

Forum: NG News

i agree with forbidding the use of such profanity and racist remarks, as well as death threats, threats in general. I also think as Newgrounds grow, it should also grow up a bit-- animations with rape should be removed (such as teen titans raven) and in general, despite the 18 rating, you know kids are going to look at it. it's just a sick, sad, world we live in and i love newgrounds to death, but there are certain aspects of this site that can be changed, like making it a bit more female-friendly, less disturbingly violent and so forth.


6.

None

Topic: cooking games scripting

Posted: 06/06/07 08:02 PM

Forum: Flash

thanks cojones. no thanks last person, when i meant by elaborate, i meant graphics wise. besides, don't under-estimate what a female can do.


7.

Happy

Topic: cooking games scripting

Posted: 06/06/07 09:04 AM

Forum: Flash

http://www.games2girls.com/online.php?flash=1 457

something like this, but I wish to make it more elaborate. does anyone know the basics to scripting a game like that?

bomee~


8.

None

Topic: Need flash help plz, adv. dressups

Posted: 05/13/07 07:04 PM

Forum: Flash

thanks!! :)


9.

Happy

Topic: Need flash help plz, adv. dressups

Posted: 05/13/07 06:19 PM

Forum: Flash

Hi! Can anyone enlighten me on how to make the script where you have a button and you click it and different colors or items appear?

like you have arrow buttons and a picture of a boy or girl. u click on the arrow and the hair color changes

how do you script this? plz don't flame if it's too simple. i have a bit of a clue what to do but not down entirely! please help! :) *hugs*


10.

None

Topic: Why I support Newgrounds~

Posted: 02/12/07 04:27 PM

Forum: General

using it commercially is illegal without my permission or granting sponsorship. It doesnt matter if my games suck, I worked hard on them and other than my site, only newgrounds can host it.

meh, it's like having my child stolen


11.

None

Topic: Why I support Newgrounds~

Posted: 02/12/07 04:08 PM

Forum: General

User based and friendly, even though occasionally punks tell me to suck this and that and how I'm a twat or bitch. Never however have I been so offended by a site that took my game off of Newgrounds and then justified this kind of stealing with illogic and even bullying me

http://www.leetforum.com/forumz/showthread.ph p?t=140472 u can see with scrolling down

Newgrounds offer mutual benefits even though I don't agree with kids playing hentai games and how females are still treated as sex objects. However, on a whole, I still believe in newgrounds. Puts crap-ass sites like gamesforwork.com , the new ebaumsworld to shame.

just ranting because I'm angry. :(

ciao


12.

None

Topic: Virgin Club

Posted: 08/11/06 11:55 AM

Forum: Clubs & Crews

The Bomee likes this crew :) I'm trying to push for innocent, romantic, and no sex dating sims on newgrounds like this one http://newgrounds.com/portal/view/330513

good wholesome crew, very good! :)


13.

None

Topic: Top entries from 08/10/2006!

Posted: 08/11/06 11:50 AM

Forum: P-bot's Postings

meh, the bomee will win next time ^_^


14.

None

Topic: Stop a frame but keep music looping

Posted: 08/01/06 10:31 AM

Forum: Programming

problem is, with that code and the one i was using, the music stops looping on the frame

i want the music to continue even with that code... ?


15.

None

Topic: Stop a frame but keep music looping

Posted: 08/01/06 10:03 AM

Forum: Programming

sorry bout the wrong place to put the post

but can u elaborate on the scripts you provided? where exactly do i put the scripts, in the frame or the button itself?

thank you so much!


16.

None

Topic: Stop a frame but keep music looping

Posted: 08/01/06 09:28 AM

Forum: Programming

I am making a no-sex and no-violence dating sim (but the girls are still hot) XD

i need to have buttons that lead to the next frame, like play or continue, but on those frames, the music stops looping

does anyone know the actionscript to stop a frame but keep the music looping?

thanks in advance


17.

None

Topic: actionscript question

Posted: 05/06/06 02:19 PM

Forum: Flash

thanks guys. It didn't work, maybe because I'm doing something wrong, but i decided to make the snow into a movie, put it into a new layer, and use the load and unload movie commands

Thank you very much again :)


18.

None

Topic: actionscript question

Posted: 05/06/06 01:37 PM

Forum: Flash

thank you very much. i like your zelda mini game

just one more question, when you past the root= false code, you just do it on a new layer/frame?

again thanks!


19.

None

Topic: actionscript question

Posted: 05/06/06 12:49 PM

Forum: Flash

onClipEvent(load) {
this._alpha=random(70)+20;
this._width=this._height=random(4)+4;
this._y=random(640);
this._x=random(480);
fall_speed = 1+Math.random()*2;
k=-Math.PI+Math.random()*Math.PI;
rad=0;
centerX=320;
centerY=240;
}
onClipEvent(enterFrame) {
rad+=(k/180)*Math.PI;
this._x+=Math.cos(rad)+ms;
this._y+=fall_speed;
ms=(centerX-_root._xmouse)/100;
if (this._y>480) {
this._y=0;
}
if (this._x>640) {
this._x=0;
}
if (this._x<0) {
this._x=640;
}
}


20.

None

Topic: actionscript question

Posted: 05/06/06 11:27 AM

Forum: Flash

how exactly do I delete it? i tried adding a blank keyframe

*is so noob* haha


21.

None

Topic: actionscript question

Posted: 05/06/06 11:23 AM

Forum: Flash

I wanted to add a snow effect to my latest movie, but it continues to play in every scene... How can I make it stop where I want it to stop?

thanks in advance :)


22.

None

Topic: Top entries from 04/23/2006!

Posted: 04/24/06 08:36 PM

Forum: P-bot's Postings

sigh i chose a very bad day for submitting my newest flash


23.

Questioning

Topic: underdog

Posted: 01/29/06 10:11 AM

Forum: General

what are the qualifications for getting underdog of the week? by the lords of the sea, i will get a portal award on my next flash... or I'll stay off chocolate for a whole freaking week!!!

Happy Chinese New Year too! :)


24.

None

Topic: continuous music in new scenes

Posted: 01/10/06 07:59 PM

Forum: Flash

sweet :) smart guys! :) thanks!


25.

None

Topic: continuous music in new scenes

Posted: 01/09/06 10:36 PM

Forum: Flash

i have a faint understanding of what both u mean. thankies :)


26.

Happy

Topic: continuous music in new scenes

Posted: 01/09/06 09:56 PM

Forum: Flash

if i were to make a new scene, how can i do it so that the music from the previous scene continues smoothly in the new scene?

any tips on how to make the animation smoother from scene to scene? thanks in advance :)

~bom bomfirst flash


All times are Eastern Daylight Time (GMT -4) | Current Time: 05:13 AM

<< < > >>

Viewing 1-26 of 26 matches.