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

We found 7 matches.


<< < > >>

Viewing 1-7 of 7 matches.

1.

None

Topic: I need a group to join in too.

Posted: 11/22/07 12:12 PM

Forum: General

Hi,

I'm just doing some demo games as a hobby after work. Most of the time i'm too lazy to draw and animate but I can if i wanted too. Does anyone know any groups I can join and finish some games and animations for fun.

Here are some samples of my demo games:
http://pinome.com/index.php?option=com_w eblinks&catid=19&Itemid=23

I've been drawing anime art style for 17+ years and I'm good at it, if i'm not lazy... and has a programming exp. in visual basic, c++, and as1, 2 and have a good understanding of as3. I can also do some animations... There's no flash group in our area...

I want to join an online active flash group... can anyone help?
Thanks


2.

None

Topic: I have actionscript questions...

Posted: 11/07/07 05:31 PM

Forum: Flash

Yes you can even with routers but you'll have to configure it to forward the port to the computer your running your server on.

Download the basic free version of smartfoxserver
They have sample files and tutorials and how to easily create chats and basic online games.


3.

Misunderstood

Topic: Actionscript Challenge!

Posted: 11/07/07 01:54 PM

Forum: Flash

var bmp = new flash.display.BitmapData(Stage.width, Stage.height, true, -1);
_root.attachBitmap(bmp, 1);
onMouseMove = function () {
var v2 = new flash.geom.Rectangle(0, 0, _xmouse, bmp.height);
bmp.draw(_root);
bmp.copyChannel(bmp, v2, new flash.geom.Point(0, 0), 2, 1);
bmp.copyChannel(bmp, v2, new flash.geom.Point(0, 0), 2, 4);
};

:)


4.

None

Topic: Copyrighting flash games.

Posted: 11/06/07 06:38 PM

Forum: Flash

Do whatever you can to protect the game that you make.
There's no 100% to protect it but you can make it harder for the person trying to steal your game.


5.

None

Topic: Making A Flash+php+mysql Chat?

Posted: 11/02/07 06:40 PM

Forum: Flash

Some links that might help:
Flash/MySql
http://www.sephiroth.it/tutorials/flashP HP/flash_chat/

Flash/PHP5/Sockets
http://www.kirupa.com/developer/flash8/p hp5sockets_flash8.htm

SmartFoxServer's basic chat tutorial and examples
http://www.smartfoxserver.com/products/l ite.php

Hope that helps a bit


6.

None

Topic: Removing stuff from an array?

Posted: 11/02/07 03:48 PM

Forum: Flash

its very nice, just make sure you don't make the processor to do unnecessary computations to go through loops and evaluations that may slow down your finish file a bit later on if you can just access it directly.


7.

None

Topic: Removing stuff from an array?

Posted: 11/02/07 03:27 PM

Forum: Flash

use array.splice(0,1) //meaning: 0>Starting index on the array 1>Delete one item
so if b1 is the first item on the array that would be remove

- if its array.splice(0,2) // starting from b1> delete 2 items so b1 and b2 would be deleted
- if its array.splice(1,1) // start from 2nd and delete one item

array starts the counts from 0 as 1.

Hope that helps


All times are Eastern Standard Time (GMT -5) | Current Time: 01:23 AM

<< < > >>

Viewing 1-7 of 7 matches.