Be a Supporter!
Video-Game character contest! Posted March 15th, 2007 in Art

Hello fellow members,

We at Gameinfector.com have started out our website and we our having our first contest! This contest is mainly for fun and to get more active members on our site.

Prizes:

1st: A game of your choice for any platform! + V.I.P membership + 3000 forum cash
2nd: A DVD of your choice + V.I.P membership + 2000 forum cash
3rd: V.I.P membership + 1000 forum cash

To participate, follow the link:
http://gameinfector.com/viewtopic.php?t=11

Response to: Flash Programs that are 0-100$ Posted October 11th, 2006 in Game Development

At 10/11/06 07:31 AM, PicPWNjo wrote:
At 10/11/06 07:29 AM, RafidHASIT wrote:
At 10/11/06 07:15 AM, Bo-Bo-Bo wrote: I tried Liveswift,it wasnt good are there any GOOD programs that cost from 0 to 100 bucks?
Yes, you can get Studio 8(Flash 8, Dreamweaver, Fireworks) Student version for 100 dollars. I got it for 80 euros here in europe.
*twitch*

isn't that really, really, really expensive normally?. Also you shouldn't of gotten the student version because all profit made=nil

yea i know, but like... He asked for a drawing program... It dident sound like he was a pro and works for disney or something like that

Response to: Flash Programs that are 0-100$ Posted October 11th, 2006 in Game Development

At 10/11/06 07:15 AM, Bo-Bo-Bo wrote: I tried Liveswift,it wasnt good are there any GOOD programs that cost from 0 to 100 bucks?

Yes, you can get Studio 8(Flash 8, Dreamweaver, Fireworks) Student version for 100 dollars. I got it for 80 euros here in europe.

Response to: Art Thread: Video Game Rising Posted October 11th, 2006 in Art

Gave it a try. Not really finished yet. tell me what you think

Art Thread: Video Game Rising

Response to: Knoxs Korner Posted August 5th, 2006 in General

I cant wait for Villian! Im planning on buying Klay of the Table. To bad they dont watch it in cinemas

Response to: For All Of You Using Glasses! Posted June 16th, 2006 in General

At 6/16/06 07:16 PM, Ashford wrote: A lot of reading for some poor fellow with vision problems, don't you think?

no i dont think

For All Of You Using Glasses! Posted June 16th, 2006 in General

http://www.rebuildyourvision.com/

here is the cure!

Response to: Where to buy flash. Posted June 14th, 2006 in Game Development

i got it for 85 euros

advanced rollover buttons Posted June 14th, 2006 in Game Development

hi

I know how to make rollovers with movieclips. but the thing i want is.

If someone clicks on a button, it stays down. ONLY when someone clicks on another button, the previous button goes up again, and the button he just pressed goes down.

Anyone know how to do this?

Response to: Where to buy flash. Posted June 14th, 2006 in Game Development

i just bought the student version. You can only get it online i think. heres a link:
http://www.adobe.com..tion/special/studio/

Response to: jukebox help Posted May 31st, 2006 in Game Development

come on, please. is it even possible?

jukebox help Posted May 31st, 2006 in Game Development

hi, i need a little help. see i use this code to play a song on a frame:

mySound = new Sound();
_root.jukebox.songload = "Loading";
mySound.onLoad = function(success:Boolean) {
mySound.start();
_root.jukebox.songload = "Loaded";
_root.jukebox.song.songname.song_name = ("My Song");
};
mySound.loadSound("songs/My Song.mp3", true);
mySound.play(Ess.FOREVER);
_root.speaker.gotoAndPlay("playing");

Now the problem is... When its finished playing it doesnt repeat itself. I need it to loop after finishing.

You guys know how to do that?

Response to: Need Audio for looney tune flash Posted March 25th, 2006 in Audio

no one?

Need Audio for looney tune flash Posted March 24th, 2006 in Audio

Hi

Im making a road runner flash and i need some background music. I need something jazzy like the Chuck Jones show "Road Runner" did, so if you guys have any, i would appriciate it

rafid

Response to: new flash layout! Posted January 30th, 2006 in Game Development

thanks guys

new flash layout! Posted January 30th, 2006 in Game Development

just got finished with my flash layout. check it out:

http://www.rafidhasit.com

Rollover buttons question Posted December 29th, 2005 in Game Development

im creating a site menu for my site. and i have created that if some one rolls over the button "flash" a thing comes up. but if some one rolls over it again the rollover animation starts again.

What can i do to tell flash to remember that the flash button has already been rollovered and that it dosent have to start the animation again.

Flash button AS:
on (rollOver) {
_root.rafid.gotoAndPlay("rafid2");
_root.things.gotoAndPlay("flash");
}
on (rollOut) {
_root.things.gotoAndPlay("flashout");
}

im using another MC to create the rollover effect (rafid, and things)

Could anyone help me? do i have to use IfFrameLoaded();?

Response to: AS question Posted December 29th, 2005 in Game Development

At 12/29/05 09:42 AM, Danny_Is_On_Fire wrote: You have already made a topic about this ealier today... no need to spam up the BBS with multiple topics on the same subject. Espesially those that you have already asked today.
You could have simpily posted in your other thread.

this is another question. the other thread was about something else.

AS question Posted December 29th, 2005 in Game Development

ok, im playing a sound from an external folder:

// sets up a sound object
mySound = new Sound();
// load the external sound
mySound.loadSound("songs/Metallica - Fade To Black.mp3", true);
// play the sound
mySound.start();

It takes a while to load the mp3 since its so large. can i create a loading movieclip??? and how??

Response to: jukebox question Posted December 29th, 2005 in Game Development

no one has the solution???

jukebox question Posted December 28th, 2005 in Game Development

hello im making a jukebox with songs from external links.
the problem is that when a song has finsihed i want flash to go to the next frame. but since the song is from a folder outside is this possible??

i have every song on seperate frames. an example:

// sets up a sound object
mySound = new Sound();
// load the external sound
mySound.loadSound("songs/Metallica - Fade To Black.mp3", true);
// play the sound
mySound.start();

When the songs finsihed i want it to go to the next frame.

anyone has the solution?

Flash Plugin check Posted October 7th, 2005 in Game Development

Hi, i was wondering what the HTML code is for checking if the visitor has the latest flash plyer? this is normally used for website.

thanks

Response to: Portal worthy? Posted October 6th, 2005 in Game Development

At 10/6/05 01:33 AM, 23450 wrote: So you click ball and a simple random script runs? I dont think its portal worthy. Sorry.

As i thought, i was just testing out actionscript and stuff. Anyways thanks for the comment

Portal worthy? Posted October 6th, 2005 in Game Development

is this worth to submit to the portal:

http://img386.images..image=crystal8ps.swf

of course i will be adding soud

Rafidhasit.com Posted October 3rd, 2005 in Game Development

Hi, guys

I just made a new layout on my site and thought maybe you guys want to check it out?

http://www.RafidHASIT.com

what do you think of it?