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

We found 5 matches.


<< < > >>

Viewing 1-5 of 5 matches.

1.

None

Topic: Wonder Muffin: The Epic Comic!

Posted: 06/02/08 10:56 PM

Forum: Art

more nonsense today.
Read it!

Wonder Muffin: The Epic Comic!


2.

None

Topic: Wonder Muffin: The Epic Comic!

Posted: 05/31/08 01:04 PM

Forum: Art

At 5/31/08 12:33 PM, SpencerMann wrote: You lose.

Anyway, the comic is funny and well drawn for the most part. Try to make it more obvious that the pancake is a girl. Unless...it's a gay pancake. In which case, whatever floats your boat, dude.
At 5/31/08 12:41 PM, destructin wrote: Yeah, most probably that brown ball, or what ever it is, is gay.

The toast isn't.

Pancakes are neither male or female...although this pancake is confused... really. Im confused actually.


3.

None

Topic: Wonder Muffin: The Epic Comic!

Posted: 05/31/08 12:13 PM

Forum: Art

At 5/31/08 12:08 PM, crystalpencil wrote: something i did a month ago. It's about absolutely nothing in particular blah blah blah blah blah

BIGGER:
Click here to read


4.

None

Topic: Wonder Muffin: The Epic Comic!

Posted: 05/31/08 12:08 PM

Forum: Art

something i did a month ago. It's about absolutely nothing in particular blah blah blah blah blah

Wonder Muffin: The Epic Comic!


5.

None

Topic: flash-camera effect?

Posted: 08/30/05 08:01 PM

Forum: Flash

Im a noob when it comes to action script. I know nothing...
recently I came across this action script in the tutorial section "The Big Fat Tutorial"
for making a functional film camera but ran into errors when I tried to use it. I have Flash mx2004 pro and I enter the script exactly the same as the tutorial into the action frame window.which is this
***********************
function camControl():Void {
parentColor.setTransform(camColor.getTrans
form());
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;
************
ok, then I got this output error>
**********************************
**Error** Symbol=camframe, layer=actionscript, frame=1:Line 1: '{' expected
function camControl():Void {

**Error** Symbol=camframe, layer=actionscript, frame=1:Line 9: Unexpected '}' encountered
}

Total ActionScript Errors: 2 Reported Errors: 2

******************************
I think I managed to fix one of them by changing { to '{'
but I still have another error....
whats going on, I dont understand can someone help me...anyone?


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

<< < > >>

Viewing 1-5 of 5 matches.