Be a Supporter!
Response to: My sound is out of sync(again) Posted January 13th, 2007 in Game Development

I do use scenes but I don't use streams.(Hey that rhymes!)

Response to: My sound is out of sync(again) Posted January 13th, 2007 in Game Development

I already tried that. it doesn't work

My sound is out of sync(again) Posted January 13th, 2007 in Game Development

I'm working on my new ep with the sounds set to ''event''. When I tested the movie the sound is out of sync by near 2 secs. This never happened to me before. What should I do

Response to: Do you want to be in gp? Posted January 13th, 2007 in Game Development

Is anyone still interested?

Response to: Do you want to be in gp? Posted January 6th, 2007 in Game Development

yeah but nobody replied

Do you want to be in gp? Posted January 6th, 2007 in Game Development

Hey everyone if somebody watched my profile I am making a series called Game Players. But soon some eps will need cameos and if you have a microphone some voices. So if you have custom/edit or recolored sprites and have a voice to lend send them to me over e-mail.

The following major Characters need voices:

Lightqueen/ Phyro's future gf in season 2. Needs to be around 13-14 as her name says she uses light and lazer attacks
Grooveman.EXE/ Needs a black guy around the age of 14-16
Zevon/ A crazy guy can be around 16-20
Tengorio/ The bad guy in the series/ Needs kind of a calm but evil voice. Kind of like Naraku
Admin 2/ A lonely kind of guy arund the age of 20-23. He uses a sniper for attacks
Admin 3/ A girl admin uses elemental attacks. Her age is around 23-25

If you would lend me your voices or sprites I would be very thankfull.

Bye

Do you want to be in gp? Posted January 5th, 2007 in Game Development

Hey everyone if somebody watched my profile I am making a series called Game Players. But soon some eps will need cameos and if you have a microphone some voices. So if you have custom/edit or recolored sprites and have a voice to lend send them to me over e-mail.

The following major Characters need voices:

Lightqueen/ Phyro's future gf in season 2. Needs to be around 13-14 as her name says she uses light and lazer attacks
Grooveman.EXE/ Needs a black guy around the age of 14-16
Zevon/ A crazy guy can be around 16-20
Tengorio/ The bad guy in the series/ Needs kind of a calm but evil voice. Kind of like Naraku
Admin 2/ A lonely kind of guy arund the age of 20-23. He uses a sniper for attacks
Admin 3/ A girl admin uses elemental attacks. Her age is around 23-25

If you would lend me your voices or sprites I would be very thankfull.

Bye

Response to: Official New Years (eve) Topic Posted January 1st, 2007 in General

In my city Its new year already. So have a happy new year everybody!

Response to: Top entries from 12/30/2006! Posted December 31st, 2006 in P-bot's Postings

At 12/31/06 06:19 PM, teh-chaps wrote: LMAO WE R POPULAR ARTIST!!!

Wow best grammar ever. But yhea it is fuuny

Response to: Top entries from 12/30/2006! Posted December 31st, 2006 in P-bot's Postings

Booya!! I'm one of the popular artist yay!!!

Response to: looking 4 simple and clean Posted December 28th, 2006 in Game Development

I'm sending you the song over e-mail.

Response to: Megaman sounds? Posted December 28th, 2006 in Game Development

findsounds wont work I tried. You should try to rip them off from the ROM

Response to: Boulavard of Broken Songs Collab Posted December 28th, 2006 in Game Development

craperjacks Il lokk for another 1

Response to: Boulavard of Broken Songs Collab Posted December 28th, 2006 in Game Development

Ok I'l join. Can I have Line 3?

Response to: camera script Posted December 28th, 2006 in Game Development

Note: I didn't create this script.

Draw a box. convert it to a symbol. In the symbol ad a new layer and enter this code into the script:

function camControl():Void {
parentColor.setTransform(camColor.getTransfor m());
var scaleX:Number = sX/this._width;
var scaleY:Number = sY/this._height;
_parent._x = cX-(this._x*scaleX);
_parent._y = cY-(this._y*scaleY);
_parent._xscale = 100*scaleX;
_parent._yscale = 100*scaleY;
}
function resetStage():Void {
var resetTrans:Object = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(resetTrans);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
// make frame invisible
this._visible = false;
// Capture stage parameters
var oldMode:String = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX:Number = Stage.width/2;
var cY:Number = Stage.height/2;
var sX:Number = Stage.width;
var sY:Number = Stage.height;
Stage.scaleMode = oldMode;
// create color instances for color
// transforms (if any).
var camColor:Color = new Color(this);
var parentColor:Color = new Color(_parent);
// Make the stage move so that the
// v-cam is centered on the
// viewport every frame
this.onEnterFrame = camControl;
// Make an explicit call to the camControl
// function to make sure it also runs on the
// first frame.
camControl();
// If the v-cam is ever removed (unloaded)
// the stage, return the stage to the default
// settings.
this.onUnload = resetStage;

Note: It may need some editing but It should work

Response to: im new to flash, need a bit of help Posted December 28th, 2006 in Game Development

You can find sonic sprites here: The spriters resource

And of course you can base your sprites on a existing one. Hell I used mine from Mega man Zero sprites

Response to: Dreamvawer 8 htmls script prob Posted December 22nd, 2006 in Programming

thanks

Response to: Dreamvawer 8 htmls script prob Posted December 22nd, 2006 in Programming

yhea I do but that still dosn't tell me why the picture is brocken

Dreamvawer 8 htmls script prob Posted December 22nd, 2006 in Programming

I have a problem with scripts in dreamwaver. I copy and past the HTMl code to my website and this is how it looks.

This is how its suposed to look

here is the code to help:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-trans itional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
background-color: #000000;
}
body,td,th {
font-family: Sydnie;
color: #FF0000;
}
-->
</style></head>

<body>
<img src="../Desktop/Game players/other/ngbbs4514271ea76c5.jpg" width="572" height="95" hspace="0" vspace="0" />
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553 540000" codebase="http://download.macromedia.com/pub/ shockwave/cabs/flash/swflash.cab#version=7,0, 19,0" width="550" height="400" hspace="150" vspace="150" align="middle" title="-GP004">
<param name="movie" value="../Desktop/Game players/Movies/Game Players and related/Flash movie/-GP004.swf" />
<param name="quality" value="high" />
<param name="PLAY" value="false" />
<embed src="../Desktop/Game players/Movies/Game Players and related/Flash movie/-GP004.swf" width="550" height="400" hspace="150" vspace="150" align="middle" quality="high" pluginspage="http://www.macromedia.com/go/get flashplayer" type="application/x-shockwave-flash" play="false"></embed>
</object>
</body>
</html><img src="My Pictures/p433742.jpg" width="70" height="21" />

Response to: Is it possible Posted December 10th, 2006 in Audio

thks dude that helps

Response to: Is it possible Posted December 10th, 2006 in Audio

It did help. But can I mix those files together to make one file?

Response to: Is it possible Posted December 10th, 2006 in Audio

Thats not the problem. The hing is I dunno how

Is it possible Posted December 10th, 2006 in Audio

Is it possible to put a music or whatever and a voice clip together without cutting a part from the music in Audacity?

What I mean is I am working on a movie that has MANY voices and musics . So I was thinking ''Why just no put them together into one file so that I don't have to import the music and the voices?''

So is that possible with Audacity?

Pleaze help me

Response to: How exactly do you assist in blams? Posted December 2nd, 2006 in Game Development

Do you see those pico things on the left wich are numbered 1 to 5? Well if you click one well you are blaming it if you vote 5 you are protecting it

Response to: in need of sprites Posted November 30th, 2006 in Game Development

No need to do that you can find them at the spriters resource
sry but I cant find the link right now but you can look for the link on google

Response to: Button help Posted November 29th, 2006 in Game Development

yep double click on the bouton and in the second frame you recolor it

Response to: Overide camframe Posted November 29th, 2006 in Game Development

the problem is when I make big battle on a big map I have to use the camera and the text boy like here Like this
so I really need help

Overide camframe Posted November 29th, 2006 in Game Development

Ok here is my question as some of you MAY have seen my flashs I use texts instead of voices. But it gets really anoying to move the text box and shrinking it all the time when I have to use the camframe. So can anyone explaine to me how to overide the camframe script step-by-step cuz I really need help.

Note : the camframe and the text boxe are on different layers

Response to: Someone make me a sig? Posted November 29th, 2006 in Game Development

ask this guy he makes pretty cool sigs he made mine his name is Agent-47

Response to: Link prb Posted November 28th, 2006 in Game Development

thks