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

We found 91 matches.


<< < > >>

Viewing 1-30 of 91 matches. 1 | 2 | 3 | 4

1.

None

Topic: Sprites Collab

Posted: 06/18/09 10:33 PM

Forum: Flash

Ok YAY...ill have my submission submitted by the end of next weekend hopefully!


2.

None

Topic: Sprites Collab

Posted: 06/08/09 11:29 PM

Forum: Flash

Hey Everybody I should be having mines in a couple of days...this is just an update!


3.

None

Topic: Movie Lagging..Stream sounds late

Posted: 05/27/09 12:46 AM

Forum: Flash

Thanks man it seems like it will work much appreciated


4.

None

Topic: Sprites Collab

Posted: 05/24/09 12:37 AM

Forum: Flash

At 5/24/09 12:12 AM, DarkTheKid wrote: yea, im pretty sure there's still space for more people but u might wanna let segaplaya know jus send him a PM to let him know ur in

alrite


5.

None

Topic: Sprites Collab

Posted: 05/24/09 12:03 AM

Forum: Flash

Hey Guys,
I was wondering would it be away that I could join you in this collab, I know that I can be finish before the deadline...the 18fps is kinda odd because I also work at 24 but I can adjust...

Thanks in Advance

and currently how many shorts would I have to do?


6.

None

Topic: Movie Lagging..Stream sounds late

Posted: 05/23/09 11:19 PM

Forum: Flash

Hey Everybody,
I need help, because my movie is lagging and I have streamed sounds but they're playing during the dialogue when they aren't suppose to be...I played it on my computer and it lagged I also upload it to a hosting site and it lagged for me there to, so i'm asking you guys to help figure this out....

Im using the reanimator camera system, AS 2.0, CS3 flash version...the part that is lagging for me is when the camera zooms across the floating island and like I said above sounds come in through dialogue...

Here's the link for the movie....Wolverine VZ Sabretooth

Thanks in advance


7.

None

Topic: Movie Lagging...Stream sounds late

Posted: 05/23/09 10:41 PM

Forum: Where is / How to?

Hey Everybody,
I need help, because my movie is lagging and I have streamed sounds but they're playing during the dialogue when they aren't suppose to be...I played it on my computer and it lagged I also upload it to a hosting site and it lagged for me there to, so i'm asking you guys to help figure this out....

Im using the reanimator camera system, AS 2.0, CS3 flash version...the part that is lagging for me is when the camera zooms across the floating island and like I said above sounds come in through dialogue...

Here's the link for the movie....Lagging Movie

Thanks in advance


8.

Happy

Topic: Review Request Club

Posted: 05/14/09 07:38 AM

Forum: Clubs & Crews


9.

None

Topic: How to center images...

Posted: 02/08/09 05:34 AM

Forum: Where is / How to?

I extract sprites from a mugen character pack and theres about roughly 1500 sprites, when I extracted them they all didn't come out in the same relative place, so I was wondering was there any ways to have them all center like zweifuss street fighter three packs?

Thanks


10.

None

Topic: Subtitles Option...

Posted: 08/09/08 01:23 PM

Forum: Flash

does anybody have a clue


11.

Beaten

Topic: Problems With Menu Btn And Sound...

Posted: 08/08/08 04:24 PM

Forum: Flash

Anybody have any clues?


12.

None

Topic: Subtitles Option...

Posted: 08/08/08 04:23 PM

Forum: Flash

ok...I should just time the subtitles in the mc with the main timeline instead of making a different mc for everytime subtitles comes up...becuz I wanted to make a different mc for everytime the person speak that way it would be more effective to time subtitles with the voices

bump


13.

None

Topic: Subtitles Option...

Posted: 08/07/08 03:43 PM

Forum: Flash

At 8/7/08 03:36 PM, zrb wrote:
At 8/7/08 03:16 PM, mortis5000 wrote: ok now I see, its just a shorthand way of the same script you recommended...also I have another question about the subtitle feature...ok say I have several peices of voice acting how can I have all text visible instead of just one line?
I don't quite understand, if you mean you have a bunch of different subtitles, put them all in the same movie clip ?

ok...I should just time the subtitles in the mc with the main timeline instead of making a different mc for everytime subtitles comes up...becuz I wanted to make a different mc for everytime the person speak that way it would be more effective to time subtitles with the voices


14.

None

Topic: Problems With Menu Btn And Sound...

Posted: 08/07/08 03:39 PM

Forum: Flash

Hey everybody....
The problem I'm having now is I rebuilt my camera system so that it allows the viewer to control the sound, the speed and the direction of the main timeline, I also have a btn that allows the viewer to go back to the main menu, now here is where the problem lies...when I press the menu btn it won't respond at all...I made sure I was testing the whole movie, I used root code, I made sure the btn was hitable....but I don't have a clue wuts wrong? Here is the code thats on the button....

on (release) {
	_root.gotoAndPlay("Scene 4", 1);

}

Also another problem I'm having is the sound control...when I push the bar left its making the sound go higher rather then lower... here is the code on the sound bar...

on (release) {
onClipEvent (load) {
top = _y;
left = _x-100;
right = _x;
bottom = _y;
if (_global.first_x == undefined) {
_global.first_x = _x;
}
if (_global.level == undefined) {
_global.level = 100;
}
_x = 100-(_global.level)+_global.first_x;
}
on (press) {
startDrag("", false, left, top, right, bottom);
dragging = true;
}
on (release) {
stopDrag();
dragging = false;
}
on (releaseOutside) {
stopDrag();
dragging = false;
}
onClipEvent (enterFrame) {
if (dragging) {
_global.level = 100-(_x-top);
_root.all.setVolume(_global.level);
_root.all = new Sound();
}
}

Also here is the movie so you all can see what I'm saying
The Movie

Thanks in advance!


15.

None

Topic: Subtitles Option...

Posted: 08/07/08 03:16 PM

Forum: Flash

At 8/7/08 02:28 PM, zrb wrote:
At 8/7/08 02:27 PM, mortis5000 wrote: Yeah I have no clue wut ! does lol can u explain?
! means "is not"
So example:
if (cheese == false)
Would be like saying
if (!cheese)
And then:
if (cheese == true)
Would be like saying
if (cheese)

ok now I see, its just a shorthand way of the same script you recommended...also I have another question about the subtitle feature...ok say I have several peices of voice acting how can I have all text visible instead of just one line?


16.

None

Topic: Subtitles Option...

Posted: 08/07/08 02:27 PM

Forum: Flash

At 7/30/08 02:26 PM, zrb wrote:
At 7/30/08 02:23 PM, SpamBurger wrote: Zrb, you should know better:
Maybe he doesn't know what the ! does, which is why I put the false :p
So I do know better.
>:)

Yeah I have no clue wut ! does lol can u explain?


17.

None

Topic: Subtitles Option...

Posted: 07/30/08 02:20 PM

Forum: Flash

At 7/30/08 01:59 PM, zrb wrote:
At 7/30/08 01:58 PM, mortis5000 wrote: thanks it works really good, one step down..a couple more hundred things to do...lol
At least hard work pays off, so keep going.

yeah,I'm trying lol


18.

None

Topic: Subtitles Option...

Posted: 07/30/08 01:58 PM

Forum: Flash

At 7/30/08 01:48 PM, zrb wrote:
At 7/30/08 01:40 PM, mortis5000 wrote: Thank You...do you happen to know the visibly AS or option
Here, put this code on the button to toggle the visibility:

on (release) {
if (_root.subtitlesMc._visible == false) {
_root.subtitlesMc._visible =true;
}else {
_root.subtitlesMc._visible = false
}
}

Replace subtitlesMc by the instance name of your subtitles movie clip.

thanks it works really good, one step down..a couple more hundred things to do...lol


19.

None

Topic: Subtitles Option...

Posted: 07/30/08 01:40 PM

Forum: Flash

At 7/30/08 01:33 PM, Kirk-Cocaine wrote: All you need is a movie clip containing the subtitles and then a button that toggles it's visibility property.

Thank You...do you happen to know the visibly AS or option


20.

None

Topic: Subtitles Option...

Posted: 07/30/08 01:30 PM

Forum: Flash

Ok hey everybody,
I need some help...I'm having voice acting in my movie and I need to have an option were if someone wants to press a button subtitles will appear...but my goal is to just have one set of the main contents instead of two sets of the content(it would balloon the size). So if anybody has any techs plz share...

Thanks in advance


21.

None

Topic: Top entries from 07/09/2008!

Posted: 07/10/08 01:17 AM

Forum: P-bot's Postings

well almost made it again...guess i'll keep truckin


22.

None

Topic: Top entries from 06/29/2008!

Posted: 06/30/08 12:57 AM

Forum: P-bot's Postings

At 6/30/08 12:55 AM, e104joker wrote: Speechles, just that after hating all this time sprite haters i finaly know why peaple hate sprites,
i worked like a month on a proyect with voice acting and my own graphics and then some one comes and makes something in like 3 hours and kicks my ass, i finaly understand the reasons of those guys...

U know what exactly the same thing for me


23.

None

Topic: Top entries from 06/29/2008!

Posted: 06/30/08 12:56 AM

Forum: P-bot's Postings

well I give up, I'm just going to be a popular artist all the freakin time


24.

None

Topic: Review Request Club

Posted: 06/29/08 03:30 PM

Forum: Clubs & Crews

May I get a review on SF Series Episode 1
Thanks again!


25.

None

Topic: How do I...

Posted: 06/27/08 07:47 PM

Forum: Flash

At 6/27/08 04:26 PM, Hk3 wrote: Because he PROBABLY stole some animation for a background sky or something that just has a million images and he wants to put them into a movieclip. Have you seen the sky on Dad N' Me? Crazy.

No i haven't stolen anything...I'm a srite animator and each character has about 900+ symbols


26.

None

Topic: How do I...

Posted: 06/27/08 04:00 PM

Forum: Flash

At 6/27/08 03:58 PM, Deathcon7 wrote: Are you serious? You've spent more time posting here than it would take you to drag and drop 5 symbols into 5 frames. That's the only way to do it too, seeing as it's not too difficult. Why the hell is it taking you more than a couple seconds to do this?

Actually I'm transferring about 3500 symbols so...its kinda nowhere near 5 symbols but thanks for your suggestion though.


27.

None

Topic: How do I...

Posted: 06/27/08 03:55 PM

Forum: Flash

At 6/27/08 03:39 PM, Deathcon7 wrote: It's called drag an drop. Stop being lazy.

Ok I understand that their is drag and drop but there sure less time consuming ways
Does anybody else have any suggestions


28.

None

Topic: How do I...

Posted: 06/27/08 03:37 PM

Forum: Flash

How would multiple library items to multiple keyframes...Because when I highlight the library items and try to put them on the multiple frames it all comes on one frame.

Basically what I'm asking is there away to select 5 items from the library and put each one of the items in a keyframe on the timeline?

If their are any extensions that would help to...


29.

None

Topic: What is a good free audio editing?

Posted: 06/27/08 03:20 PM

Forum: Audio

At 6/26/08 03:22 PM, loogiesquared wrote: Audacity.

ok thanks


30.

None

Topic: What is a good free audio editing?

Posted: 06/26/08 03:19 PM

Forum: Audio

Yeah I just wanted to know what was a good audio program because flash is simply underequipped for that type of thing.


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

<< < > >>

Viewing 1-30 of 91 matches. 1 | 2 | 3 | 4