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

We found 1,850 matches.


<< < > >>

Viewing 1-30 of 1,850 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 93562

1.

None

Topic: I want to loop music!

Posted: 07/25/08 04:56 PM

Forum: Flash

add an event listener for SOUND_COMPLETE on your sound instance.


2.

None

Topic: Sound solution?

Posted: 07/24/08 12:51 PM

Forum: Flash

he already answered... use audacity to edit your file. then export it to WAV, and compress as you wish in Flash...


3.

None

Topic: mega Ouput window bug

Posted: 07/22/08 01:53 PM

Forum: Flash

i deleted ASO files in case it would the cause, but no.

now i've uninstalled and reinstalled Flash CS3 from the Adobe CS3 Design Premium DVD, and guess what, THE BUG IS STILL FUCKING THERE !


4.

None

Topic: mega Ouput window bug

Posted: 07/22/08 01:52 PM

Forum: Flash

At 7/22/08 12:29 PM, ZealousZephyr wrote: I think I found out the solution.

In the output window right under the little X at the top right there is a little arrow pointed down and three horizontal lines beside it(you might already know this but just telling you just in case) and goto Filter Level -> Verbose.

Hope it works.

tried both Verbose mode and None, both fails.

fukcing bug.


5.

None

Topic: mega Ouput window bug

Posted: 07/22/08 01:50 PM

Forum: Flash

At 7/22/08 12:19 PM, Moonkey wrote: If you're working in as3, that tends to happen when you reach a certain amount of exported symbols (or classes, it's kinda hard to tell).

Try unticking some symbols that are exported for actionscript, and see if that helps/

it happens even in a blank, new document.


6.

None

Topic: mega Ouput window bug

Posted: 07/22/08 12:10 PM

Forum: Flash

nope, it is not activated.


7.

None

Topic: Play button help

Posted: 07/22/08 11:54 AM

Forum: Flash

you could just use "stop();" on the frame where your next button is...


8.

None

Topic: mega Ouput window bug

Posted: 07/22/08 11:50 AM

Forum: Flash

has anyone here had the "empty output window" symptom ?

whatever i trace something, even just trace("hello");, the output windows comes up, but completly empty, no text, nothing.

even worse, runtime errors are not showing either.

re-starting flash, or rebooting does not fix the problem. but i don't have time to reinstall flash.

i already had this FUCKING bug twice, but they magically disappeared by themselve after a shitload of time.


9.

None

Topic: new object

Posted: 07/21/08 09:05 PM

Forum: Flash

u can change the depth index of your object.

higher indexes appear on top of lower indexes.


10.

None

Topic: AS3: Counter

Posted: 07/21/08 08:41 PM

Forum: Flash

nice little snippet.

the best thing would be to make it into a class, so we could easily instanciate counters...


11.

None

Topic: okay sound MIDI thing

Posted: 07/21/08 08:30 PM

Forum: Flash

u need a software capable of playing midi, and export files in flash compatible audio formats (such as Winamp and Quicktime Pro).


12.

None

Topic: Foss: Main

Posted: 07/18/08 03:21 PM

Forum: Flash

why not relieve this thread with Open Source classes, made by our dear Flashers ?


13.

None

Topic: Making bounding box smaller?

Posted: 07/04/08 10:13 PM

Forum: Flash

just make a smaller rectangle movieclip inside the parent, and hittest that movieclip instead


14.

None

Topic: Actionscript to clear output menu?

Posted: 07/04/08 10:11 PM

Forum: Flash

hmm... don't think so. would be glad if there was one lol


15.

None

Topic: Moving screen without vcam

Posted: 06/30/08 08:59 PM

Forum: Flash

_root._x = something


16.

None

Topic: Random Volume?

Posted: 06/29/08 01:39 PM

Forum: Flash

well if your sound was instanciated on _root, you should use _root.Punch1...

you must provide a correct target to the sound for the code to work.


17.

None

Topic: Random Volume?

Posted: 06/29/08 01:06 PM

Forum: Flash

AS2:

mySound.setVolume(Math.round(Math.random ()*99)+1;)

AS3:

var st:SoundTransform = mySoundChannel.soundTransform
st.volume = Math.round(Math.random());
mySoundChannel.soundTransform = st


18.

None

Topic: WTF

Posted: 06/29/08 01:04 PM

Forum: Flash

in the Help menu, there should be a link for input registration code.


19.

None

Topic: Flash budget.

Posted: 06/27/08 01:32 PM

Forum: Flash

there's the student version. hope you're a student !


20.

None

Topic: Hello Newgrounds!

Posted: 06/27/08 01:31 PM

Forum: Flash

seriously, if you want to advertise some websites, advertise GOOD ones.


21.

None

Topic: Odd nesting detection problem

Posted: 06/27/08 12:54 PM

Forum: Flash

what did u do ?

share with the class ! p


22.

None

Topic: Odd nesting detection problem

Posted: 06/27/08 11:57 AM

Forum: Flash

i am tempted to say yes :p

u should test also _root.eval("motherclip.childclip")._x


23.

None

Topic: error cant open .fla? help needed.

Posted: 06/27/08 11:37 AM

Forum: Flash

u cant open Flash 8 files on Flash MX... until you save them in Flash MX format from Flash 8...


24.

None

Topic: Odd nesting detection problem

Posted: 06/27/08 11:34 AM

Forum: Flash

in your syntax, brackets are used to access child objects or properties of a parent object.

a guess is : use eval() to convert your string to a target path...


25.

None

Topic: Static text problem

Posted: 06/27/08 11:31 AM

Forum: Flash

you must embed the fonts for a dynamic textfield that got transformed.

but for a static textfield... i guess you used the device font anti-alias option... or some that doesnt include font outlines in your file, which are required just like dynamic textfields for transformation.


26.

None

Topic: Odd nesting detection problem

Posted: 06/27/08 11:27 AM

Forum: Flash

i think "childclip" should be in a second pair of brackets.

i think it actualy search for a movieclip name "mainclip.childclip" (or whatever, u get the point)


27.

None

Topic: Sound FX problem o.O

Posted: 06/27/08 09:46 AM

Forum: Flash

its the mp3 encore of flash. always have this problem.

don't use mp3 for short sounds like these. use ADPCM instead which doesnt insert glitches in the sounds.


28.

None

Topic: antialias getting random...

Posted: 06/26/08 10:35 PM

Forum: Flash

well my point is that i try to remove the blurry font outlines...


29.

None

Topic: antialias getting random...

Posted: 06/26/08 10:25 PM

Forum: Flash

no ideas ?


30.

None

Topic: creating a GIF from within a flash?

Posted: 06/26/08 10:01 PM

Forum: Flash

At 6/26/08 09:56 PM, gorman2001 wrote: its possible

look what i did a time ago: http://hugostonge.com/developpement/flas hdraw+gd/

basically you need a server side script (such as php with the GD library) tha will create the image from data sent by flash via an http request.

ah well , noticed its an old version with french instructions... u draw something in the flash, then press down arrow. it will return you a page with a png image of your drawing (but could be another format like bmp of jpeg or gif)


All times are Eastern Daylight Time (GMT -4) | Current Time: 08:42 PM

<< < > >>

Viewing 1-30 of 1,850 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 93562