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: 'wagnerben'

We found 79 matches.


<< < > >>

Viewing 1-30 of 79 matches. 1 | 2 | 3

1.

Resigned

Topic: maximum flash size?

Posted: 08/14/09 02:51 AM

Forum: General

i came here like an hour ago to ask this specific question but i got caught up playing Multitask
haha

link to Multitask ---> http://www.newgrounds.com/portal/view/49 5996
^^great game^^

anyway....can someone help me out...i have no idea what the max size for a flash movie is
not the file size cuz that's always been 10mb and its also on the flash submit page
what i wanna know is the max parameter size...you know like 550x400 because it says it nowhere on the flash submit page and i'm planning on making a game that needs alot of room and i wanna know if i'm gonna go over (cuz it's happened before)

please help
thanks,
=]


2.

Resigned

Topic: chat?

Posted: 08/10/09 01:24 AM

Forum: General

does anyone know when the newGrounds chat system is supposed to be up? cuz they've had the link for the longest time but it's always a page that says 'coming soon'.

anyone at all? gossip? rumors? fact?

anything? cuz i really wanna use the chat room but i don't know when it'll be available

thanks
=]


3.

None

Topic: demonoid

Posted: 08/02/09 07:56 PM

Forum: General

:At 8/2/09 07:54 PM, gr8job wrote:


the reason for the invites is so that assholes won't flood the site and never seed, so fucking seed.

hey man...i DO seed...i've been torrenting for years and i know how to not be a dick...even if i didn't, i would get banned...theres a thing on demonoid that shows if you've been seeding or not...they would ban me............but..........they won't
=]


4.

None

Topic: demonoid

Posted: 08/02/09 07:40 PM

Forum: General

WackyAnimation was kind enough to give me a code...so everyone...go look at his page!
=]
thanks


5.

Expressionless

Topic: demonoid

Posted: 08/02/09 07:31 PM

Forum: General

does anyone out there have any invitations to demonoid? because i have been watching the site for weeks and the registrations are never open...please, please, please help a fellow torrent user. if anyone could be so kind to invite me to demonoid, i would be eternally greatfull!

please & thank you!
-ben


6.

Happy

Topic: max dimensions?

Posted: 05/01/09 12:25 AM

Forum: Where is / How to?

hey guys...i can't seem to find what the max flash size parameters are...i thought they used to be on the submission page, but i guess they aren't anymore
anyone know what they are?


7.

None

Topic: how do they do it?

Posted: 04/25/09 12:35 AM

Forum: Where is / How to?

At 4/25/09 12:34 AM, Jaketheclonetrooper wrote: Are you sure they're voting low on your submissions? Maybe you really are just getting low scores.

yes because i just got a comment from one of the members that said "fuck you" like a hundred times and all of my scores dropped severely


8.

Mad as Hell

Topic: how do they do it?

Posted: 04/25/09 12:31 AM

Forum: Where is / How to?

hey all...i was wondering...
everytime i vote low (like a "0") on a kitty krew movie (or a similar group), they always know i did and vote low on all my submissions...i can't find out how they're doing this since i don't review, i just vote...plz tell me cuz this is some bull! voting is supposed to be private

the only way i can possibly think of is that tom fulp is pulling a 'september 11th' on newgrounds...what i mean is the NG mods ARE the [KK]...just a conspiracy theory for ya
=]

but yea...anyone know how they're doing it?


9.

None

Topic: game features

Posted: 04/24/09 10:16 PM

Forum: General

At 4/24/09 10:14 PM, Samen wrote:
At 4/24/09 10:13 PM, Samen wrote: Wrong forum, bro.
http://www.newgrounds.com/bbs/15
Oops, fixed:
http://www.newgrounds.com/bbs/forum/15

oops...my bad
=]


10.

Happy

Topic: flash game features

Posted: 04/24/09 10:16 PM

Forum: Video Games

hey newgrounders...i was wonders what kind of things do you like in a game?
i'm trying to make a really great game and i wanna know what makes great games so great
=]

(i reposted this cuz it was in the wrong forum)


11.

Happy

Topic: game features

Posted: 04/24/09 10:12 PM

Forum: General

hey newgrounders...i was wonders what kind of things do you like in a game?
i'm trying to make a really great game and i wanna know what makes great games so great
=]


12.

Mad as Hell

Topic: variable help

Posted: 04/24/09 04:34 PM

Forum: Flash

hey all..i have a slight dilemma
i have a game im working on and its got some variables...i also have a MC inside the game that needs to display the variable values but it isn't working...heres what i did:

onClipEvent(enterFrame){
this.my_variable=_root.my_variable;
}

it will show the variable when it was first established, but if i change it in the game, it remains the same...plz help
=]


13.

None

Topic: mah internet

Posted: 04/21/09 12:46 PM

Forum: General

im obviously still connected to the internet but the only place i can use it is in my browser

and the issue isn't the firewall, i know how to forward ports


14.

Crying

Topic: mah internet

Posted: 04/21/09 12:33 PM

Forum: General

hey guys, i got a question.
ever since i got a virus and had to re-install windows, i havn't been able to run any applications that require the internet (except for my web browser)
for instance: AIM, WoW, Full Tilt Poker
i used to be able to run all of them before i re-installed but now i get an error about the internet connection
can someone plz help or tell me whats wrong?
plz
thx
=[


15.

None

Topic: input text box

Posted: 04/21/09 12:09 PM

Forum: Flash

i figure i should give this a bump cuz i still havn't figured out how to do it


16.

None

Topic: input text box

Posted: 04/21/09 01:01 AM

Forum: Flash

well..no
but the weird thing about this is that on the next frame after you enter your text, theres a dynamic text box that displays what you entered and THAT box shows what you entered but if i put a MC that checks what you entered, nothing happens


17.

None

Topic: input text box

Posted: 04/21/09 12:46 AM

Forum: Flash

At 4/21/09 12:42 AM, Dark-Kitten wrote:
At 4/21/09 12:37 AM, wagnerben wrote: if(_root.my_text_box==something){
//do stuff//
}else{
}
onEnterFrame = function()
{
if ( _root.my_text_box.text == "correct input" )
{
trace( "the input box contains the correct input" );
}
else
{
}

return;
}

where my_text_box is the instance name of your text box which in on _root

i just now tried that and it didn't work...if it means anything, it's an INPUT box
it's not dynamic or static


18.

None

Topic: input text box

Posted: 04/21/09 12:37 AM

Forum: Flash

i am trying to do something like this:
(this is the best way i can explain it)
if(_root.my_text_box==something){
//do stuff//
}else{
}


19.

Mad as Hell

Topic: input text box

Posted: 04/21/09 12:32 AM

Forum: Flash

newgrounders!
plz help!
i am trying to make a command that checks if a player entered something in a text field and if it's the right thing, something happens, if not, nothing does
however, when i traced what the input box equaled, i got <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Arial" SIZE="20" COLOR="#000000" LETTERSPACING="0" KERNING="0">text here</FONT></P></TEXTFORMAT>
how do i do what i need to?!?!
plz help NG!
thx
=P


20.

None

Topic: auido hosting

Posted: 04/17/09 10:02 PM

Forum: General

thanks guys!
i also JUST NOW found another one (thanks to google lol)
for anyone else's sake it's hotlinkfiles.com
thx all
=]


21.

Mad as Hell

Topic: auido hosting

Posted: 04/17/09 09:57 PM

Forum: General

hey newgrounders!
i really need a free audio host for my newest game b/c my web host package expired
it NEEDS TO BE free
i already tried mediafire but they change the links to the files every day, so i also need it to have direct linking
does anybody know of a site like that? like photobucket but instead of photos, audio.
plz help guys!
thx
=]


22.

None

Topic: General Qs from unexperienced user

Posted: 04/05/09 11:29 PM

Forum: Flash

for me, it took a month or so to make most of my games, HOWEVER, i would like to add that i am an extreme slacker...i usually work maybe and hour or two every other day...so a focused person could do a simple game in, say, a week or two....at least a decent one, anyway


23.

None

Topic: is a sound playing??

Posted: 04/05/09 11:26 PM

Forum: Flash

At 4/5/09 11:21 PM, Nisas wrote: If it's in as3, there is an event to listen for the end of a sound file. It's part of the soundChannel class.

i'm using AS2 in CS4


24.

None

Topic: Flash: Antidepressant?

Posted: 04/05/09 11:26 PM

Forum: Flash

for me, yes
it just feels awesome to get an idea of how to program something right in the middle of my day...i take out my pen and jot down my code...it fills me with happiness
=]


25.

None

Topic: Preventing Assumptions

Posted: 04/05/09 11:24 PM

Forum: Flash

i don't assume anything is spam before i give it a whirl
besides...just because you took months on it doesn't mean anything negative...that could just mean it's a great game
=]


26.

Muted

Topic: is a sound playing??

Posted: 04/05/09 11:17 PM

Forum: Flash

help me plz!
i am working on an mp3 player for my newest game but i don't know how to see whether or not a track is playing...what i need to do is: once the first track is done, the code sees that there is no sound playing and goes to the next track
pwease help me newgrounders
=/


27.

None

Topic: cheat codes

Posted: 04/02/09 09:19 PM

Forum: Flash

okay...well both people told me something i already knew...what i need to do is be able to enter the cheat using no text box in the middle of gameplay...for instance, the game recognizes the player pressed "i" then "m" then "acheater" in that order...then the variables are updated...i already know how to do this using a dynamic text box...but for this, i don't want to use any text box


28.

None

Topic: cheat codes

Posted: 04/02/09 06:39 PM

Forum: Flash

hey all...im just wondering how i can make "type-able" cheat codes in my flash game
for instance...if the player would type "imacheater" in order, the game would give you 10k
is this possible to do?
plz help newgrounders!
thanks
=]


29.

None

Topic: medals

Posted: 04/02/09 05:08 PM

Forum: Where is / How to?

newgrounders!
i've played the games that have the new "medal system" in them and i really, really want to put medals in my new game...how do i do this (if possible)?
thanks
=]


30.

None

Topic: input box

Posted: 03/14/09 07:41 PM

Forum: Flash

no..the way i did it is i have an input field with the var "player_name" and if that box is empty, it shows up in a dynamic text box with "input a name plz" (or something like that)


All times are Eastern Standard Time (GMT -5) | Current Time: 01:02 AM

<< < > >>

Viewing 1-30 of 79 matches. 1 | 2 | 3