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

We found 370 matches.


<< < > >>

Viewing 151-180 of 370 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91113

151.

None

Topic: Free Preloader Source

Posted: 10/28/08 05:39 PM

Forum: Flash

I went on some tutorials and pieced this together:

http://spamtheweb.com/ul/upload/3808/778 92_Customized_Preloader.php

I hope it's ok, I found the enlarging script and pieced the script bit by bit


152.

None

Topic: Where's The Problem?

Posted: 10/28/08 10:40 AM

Forum: Flash

At 10/28/08 10:27 AM, WolfAkela wrote: removeMovieClip() only works for MCs which have positive depth.

Use swapDepths(_root.getNextHighestDepth()) before that.

Even when I do that it comes up with this:

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 2: Statement must appear within on/onClipEvent handler
this._x=_root._xmouse

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 3: Statement must appear within on/onClipEvent handler
this._y=_root._ymouse

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 6: Statement must appear within on/onClipEvent handler
this._xscale = this._yscale = Math.random() * 40 + 10

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 9: Syntax error.
var xSpeed = Math.random() * -3 %uFFFD 3

Total ActionScript Errors: 4 Reported Errors: 4


153.

None

Topic: Where's The Problem?

Posted: 10/28/08 10:20 AM

Forum: Flash

Hey NG I've been playing with some actionscript and don't know why it doesn't work this is the code I've got so far...

this._x=_root._xmouse
this._y=_root._ymouse

this._xscale = this._yscale = Math.random() * 40 + 10

var xSpeed = Math.random() * 6 %uFFFD 3

var ySpeed = 2

this.onEnterFrame = function()
{

this._x += xSpeed

this._y -= ySpeed

this._alpha -= 1;

if(_alpha == 0)
{

this.removeMovieClip();
}
}


154.

None

Topic: Scripting

Posted: 10/28/08 06:27 AM

Forum: Flash

At 10/27/08 08:20 PM, Alpharius120 wrote: Why does it matter about the font size?

Well ok that doesn't matter as much just the font type


155.

Elated

Topic: Scripting

Posted: 10/27/08 06:50 PM

Forum: Flash

Heyy guys, how would I change the font type and size on this actionscript?

Thanks

Fractureboy

var string1:String = "Made By Fractureboy";
function stringToMovieClips(string:String):Void {
for (a=0; a<string.length; a++) {
createEmptyMovieClip("mc_"+a, a);
_root["mc_"+a].createTextField("my_txt_"
+a, a+1000, 0, 0, 300, 100);
_root["mc_"+a]["my_txt_"+a].selectable = false;
_root["mc_"+a]["my_txt_"+a].text = string.charAt(a);
}
onEnterFrame = function () {
Mouse.hide();
for (a=0; a<string.length; a++) {
_root["mc_"+a]._y += (_root._ymouse-_root["mc_"+a]._y)/(a+1);
_root["mc_"+a]._x += (_root._xmouse-_root["mc_"+a]._x+a*15)/(
a+1);
}
};
}
stringToMovieClips(string1);


156.

None

Topic: Which One?

Posted: 10/26/08 10:53 AM

Forum: General

Thankyou everyone for the advice!

I'm getting Flash 8 For Dummies

Oh by the way, the other book was actually by Dummies

Fracture


157.

None

Topic: Which One?

Posted: 10/26/08 10:11 AM

Forum: General

At 10/26/08 10:06 AM, Murad136 wrote: Flash 8 for dummies will teach you all the other stuff you need to know to make a good game, not just a game, get that one.

So it will cover making characters, moving basically how to code by giving me the actions needed?


158.

None

Topic: Which One?

Posted: 10/26/08 09:52 AM

Forum: General

Hey NG!

I know I've already posted this before, but I now need your opinion

I want to start learning actionscript for flash games which one?

1. Beginning Flash Game Programming Dummies

OR

2. Flash 8 For Dummies

Thanks


159.

None

Topic: Different Preloaders

Posted: 10/24/08 05:20 PM

Forum: Flash

Does anybody know where I can learn how to make different and weird preloaders?

(Like loading circle ones etc.)

Much Appreciated

Fracture


160.

Happy

Topic: Boundaries

Posted: 10/23/08 01:49 PM

Forum: Flash

Does anybody know?


161.

Elated

Topic: Where can I ...

Posted: 10/23/08 01:00 PM

Forum: Flash

At 10/23/08 11:44 AM, SpoonFactory wrote: Where can I download a trial version for Flash? I really want to start making some flash here on Newgrounds, but I don't have the money to pay for the full Flash program, yet. So, all I need is a link or something, that can show me where to download a trial version for Flash.

Thanks!

You can get it from www.adobe.com you'll have to sign up though (costs nothing)

Good luck animating!


162.

Happy

Topic: Boundaries

Posted: 10/23/08 12:30 PM

Forum: Flash

Does anybody know how to make boundaries for a certain movieclip without drawing squares and then adding the actionscript to them?


163.

None

Topic: The metal collab

Posted: 10/20/08 01:08 PM

Forum: Flash

At 10/19/08 12:49 PM, andy70707 wrote: okay, thanks funky and fracture, I still need the icons though (100x100)

What do you mean by icon?And you're welcome =D


164.

None

Topic: The metal collab

Posted: 10/18/08 05:14 PM

Forum: Flash

Username: Fractureboy
Real Name: Rob Turner
Year Born: 1993
About: This is my first flash animation, and I hope to make many more in the future!
Part:


165.

None

Topic: Preloader

Posted: 10/18/08 05:12 PM

Forum: Flash

At 10/18/08 04:43 PM, VinceDash wrote: create an empty movieclip in wich you will past the copy your frames and layers.

Where on the same file? on a different layer? (more detailed explanation please)


166.

None

Topic: Preloader

Posted: 10/18/08 03:17 PM

Forum: Flash

Does anybody have any idea on how to do this?


167.

None

Topic: Best Flash Tutorial Book

Posted: 10/18/08 12:47 PM

Forum: General

Yer well at the moment my school's getting photoshop cs4 and selling it for about £20 after they've bought the licences, which I couldn't believe, but my school's got I think mx 2004 instead of 8, should I still buy it? And thanks


168.

None

Topic: Best Flash Tutorial Book

Posted: 10/18/08 12:42 PM

Forum: General

I'm not being funny but that looks an awesome book, shame it's out of my price range, anyway

Thanks I looked at the Dummies one in Borders and I liked it

Oh and another thing, are there any retailers in the UK that sell Flash +?


169.

None

Topic: Best Flash Tutorial Book

Posted: 10/18/08 12:37 PM

Forum: General

At 10/18/08 12:36 PM, sirtom93 wrote: Flash for dummies, trust me - dummies books are very good.

Yer I was looking at that one, does it cover all those things from basic to expert?


170.

None

Topic: Best Flash Tutorial Book

Posted: 10/18/08 12:35 PM

Forum: General

Hey I'm thinking of buying a book on flash 8 and I was wondering which is the best one to get?

It has to cover everything really such as preloaders, tweening, music players, actionscript etc

Can anyone suggest anything?


171.

None

Topic: Preloader

Posted: 10/18/08 11:31 AM

Forum: Flash

How do I do that though to mine?


172.

None

Topic: Free Preloader Source

Posted: 10/18/08 11:30 AM

Forum: Flash

I really like the sound of this of this thread and would like to take the oppurtunity to make a or even two, but I must ask, how, say on the iGrounds one, do you make a different loader other than a bar (is the coding different)?


173.

None

Topic: Preloader

Posted: 10/18/08 11:13 AM

Forum: Flash

Hey I've made a preloader and it's got quite a few layers
Thing is though, how do I make it like the NG ones?
(With only one layer)

Thanks

Fracture


174.

None

Topic: Viva La Spring Break?

Posted: 10/16/08 03:50 PM

Forum: General

Heyy does anyone know where I can watch the whole of Viva La Spring Break?

Thanks


175.

None

Topic: The metal collab

Posted: 10/11/08 04:08 PM

Forum: Flash

Yo Andy!

Been wonderin recently, can I make another part because I'm bored with nithing to do and I could bang something together easily, since as though that part I gave you was my first ever completed flash animation, and I'd love to make another, because I'm getting used to it now


176.

None

Topic: Score Counter?

Posted: 10/11/08 01:25 PM

Forum: Flash

At 10/11/08 12:54 PM, ssjskipp wrote: at the start of the flash, set a variable to keep track, so, on frame 1 of the whole thing, put:

_root.deathCount = 0;

where should the first actionscript go?


177.

None

Topic: Score Counter?

Posted: 10/11/08 11:57 AM

Forum: Flash

Could somebody please tell me how to make a death counter (that counts how many times a certain movieclip has played)

Thanks


178.

None

Topic: Ultimate Tutorial Question

Posted: 10/05/08 04:24 PM

Forum: Where is / How to?

I'm not sure wether to post this here but I'll do so anyway:

On "The Ultimate Tutorial 2" The bit where he's explaining about the spaceship (basic) game, I don't know what he means on the bit about the explosion, and where to put it.

Could someone sum up, in simpleton terms, what he means on that page


179.

None

Topic: Buttons

Posted: 10/05/08 03:20 PM

Forum: Flash

At 10/5/08 03:19 PM, OctoFlash wrote: maybe i don't understand correctly but i think you need this code for the button:

on (release){
play();
//or gotoAndPlay(framenumber);
}

I tried that but it then flickers wth both of the frames


180.

None

Topic: Buttons

Posted: 10/05/08 03:12 PM

Forum: Flash

Say if I wanted to make a menu for my game with the buttons play and contact, what would i do to make it once a click on the play button, for it to go and actually play the game?

Cause when I do it, the next frame already shows on the menu


All times are Eastern Standard Time (GMT -5) | Current Time: 10:47 PM

<< < > >>

Viewing 151-180 of 370 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91113