1,009 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for markbautista19

can you help me to this code... need mcEnemy follow my mcMain... help pls,., this can be appriciated much.... here's the code enemyTime ++; if(enemyTime == enemyLimit){ _root.attachMovie('mcEnemy', 'en'+enemyTotal,_root.getNextHighestDepth()); _root['en'+enemyTotal]._y = int(Math.random()*Stage.width); _root['en'+enemyTotal]._y = -50; _root['en'+enemyTotal].onEnterFrame = function(){ \\ i dont know what is the problem here this._y = mcMain._y …

Game Development gaming
Member Avatar for JasonHippy
0
135
Member Avatar for Dedrus

Hey guys :D I want some opinions on a few queries I have. Some background info: I'm adept at programming in VB, C++ and somewhat less experienced with Java and C#; considerably experienced in 2D graphical design; and I'm studying a minor course in game design and also game development. …

Game Development
Member Avatar for Dedrus
0
205
Member Avatar for witchDoc

Hello everyone. I need a solution for a COMPLETELY FREE game development combo for 2D/3D games and i can't figure out what is best. Does C/C++ (with MS Visual C++ Express) and Direct3D combo do the trick? Are there any licensing issues? Or can u write (and possibly SELL) games …

Game Development gaming
Member Avatar for Akill10
0
194
Member Avatar for hwoarang69

hi iam really interested in c++ game programming but i have have no idea how to get started and i have never used c++. i am using C and Java for about 2 years now. could any one let me know where can i learn graphic programming, game programming, where …

Game Development c++
Member Avatar for Serapth
0
186
Member Avatar for Transcendent

I really want to create a game or an app for android and I was wondering if you guys can give me an advice? I'm still learning java; I'm good but I'm not a pro(still in college). Do you think that I should keep working on java tell I'm really …

Game Development android-development
Member Avatar for phoenix_2000
0
197
Member Avatar for DarkMonarch

hey guys, i`m still a marketer for the year to come, then i`m throwing away the tie. I want to invent stuff, help people ... have a job that i have fun doing. so i`m recycling myself into programming and for next semester i need to make a choice to …

Game Development
Member Avatar for phoenix_2000
0
138
Member Avatar for Labdabeta

I am working on a game making (or really just general program making, but my question applies to games) DLL for opengl. It is almost done but the collision detection is a little bit slow since it has to calculate bounding boxes for each object repeatedly. I was thinking of …

Game Development motherboards-cpu-ram opengl
Member Avatar for Labdabeta
0
170
Member Avatar for exinrex

Hey guys, I need your suggestions of free game script. I really dont know about php programming and Im not programmer. Can you pls review my game site game01.info. I used avarcade but im still looking for free game script. If You know one just let me know.thank's Hope this …

Game Development
Member Avatar for bionutd
0
138
Member Avatar for Labdabeta

A few friends and I made a bet to see who could single-handedly (we defined that as a team of up to 10 people, all of whom must be personal friends) make the best video game over the course of two years. I am planning on making a first-person horror …

Game Development gaming microsoft web-design
Member Avatar for Labdabeta
0
229
Member Avatar for template

Hi i am flash game developer and will protect my games from decompilers please help me. best regards.

Game Development
Member Avatar for çadır
0
212
Member Avatar for Chuckleluck

I've already got a game project going, using C++ and SFML. I'm planning on releasing it digitally online using PayPal. Question is, how do I keep the game from being pirated? Someone could easily just make a copy of the game and its files, and they've got two versions of …

Game Development gaming piracy
Member Avatar for Ketsuekiame
0
195
Member Avatar for CityThrille

Good day, geeky guys. :cool: I have some reactions and questions about DirectX and OpenGL... Suppose (for example only,) I was hired by a big game company to spearhead game developer teams then, I want the game we will produce, to make it versatile in any computer regardless of computer …

Game Development opengl
Member Avatar for BCBTP
0
255
Member Avatar for ngagne

Hi guys, I've been a longtime reader here for a while, but this is my first post. I just submitted a game I've been working on for the past month, called Labyrinth of Zarus, to the Pokki HTML 5 game contest. I'm in the running to win a laptop and …

Game Development gaming html-css video
Member Avatar for ngagne
0
201
Member Avatar for StrateKill

Hello, im asking about making a game and since i dont know any coding at all or anything about making a game i need help. Reply to this or private message me if you have help P.s i dont know any websites that would help me with this problem, please …

Game Development
Member Avatar for Philippe.Lahaie
0
166
Member Avatar for rohan121212

So here is what i have done I did the basics of c++ and was quite comfortable with them Now i wanted to start with the allegro gaming library so i downloaded the library and linked it with my compiler i compile a program and it compiles fine but when …

Game Development
Member Avatar for DeanMSands3
0
88
Member Avatar for neartoyou

Forgive me if this thread was repost. :( I am a novice in database system for game development. Can Mr./Mrs. (Master) in here give me an example of a saving system for game? or it just use a database?(Like SQL?):idea: Like a feature for "Save the Games" and sometimes the …

Game Development gaming
Member Avatar for neartoyou
0
257
Member Avatar for thanatos1

Hey guys, I've been working on a game for the past few months and I've decided to read up on game scripting to see how it could help me improve my current game. What I've gathered so far, is that using a scripting language saves the developer time (since compiling …

Game Development
Member Avatar for peter_budo
0
148
Member Avatar for rushikesh jadha

Hi,all! i want to know which programming language, I should use for game developement.

Game Development
Member Avatar for zeroliken
0
98
Member Avatar for dakerao

Hello I'm trying to get my game to update the screen and draw graphics on its own I kind of made it happen but it still flickers which you can see in this video I made just too showcase this problem [URL="http://www.youtube.com/watch?v=9j_ZDHr1x_8"]http://www.youtube.com/watch?v=9j_ZDHr1x_8[/URL] Now I really don't know what is causing …

Game Development c++
Member Avatar for dakerao
0
206
Member Avatar for sharksaw40

I am learning directx from [URL="http://www.directxtutorial.com"]directxtutorial.com[/URL] and when I have compiled one of the samples and run it then close it I get an error message saying "Unhandled exception at 0x010a1883 in test.exe: 0xC0000005: Access violation reading location 0x00000000.". What does this mean? I have checked that I have typed …

Game Development gaming
0
147
Member Avatar for jsheehan

I have got this bit of code for a simple game and i need annotate and can someone explain to me the processes which are occuring. import random # set up our maximum and minimum number of blocksMAXBLOCKS=100MINBLOCKS=0 # set up the initial number of blocks in the toweruserBlocks=50 # …

Game Development
Member Avatar for ctaylo21
0
134
Member Avatar for diamondfist

I was trying to move my camera along the red cube .. so i came across the gluLookAt function, but i am not able to get through this function as to what all it requires ... the content on the Documentation didn't quite help. it will be very helpful if …

Game Development opengl
Member Avatar for Chris911
0
3K
Member Avatar for stakeMyHeart

i want to use a* in finding the minimum steps to make the puzzle unary in color. but i don't know how. I don't even know if it is feasible. A* searches from a starting point to a destination. In this case, the flood-it game, there's no specific destination because …

Game Development
Member Avatar for stakeMyHeart
0
479
Member Avatar for witchDoc

Hello everyone. I can't figure out the best way to make a simple picture loop through the screen in a predefined trajectory (e.g. elliptic). Do i need to use some math or is there a way to like draw a trajectory and bind the pic to it? Thanks in advance.

Game Development java
Member Avatar for mrnutty
0
158
Member Avatar for thanatos1

Hey guys, i've been spending some time writing a pokemon clone game in java and was wondering if anyone would like to help me out, it's quite a big project since i'm planning on making it much more than a simple clone, but if you'd like to perhaps help out …

Game Development java
0
118
Member Avatar for NoFearTCbl

Hello Cabalist, I'm here to promote our Cabal Server on our Community, CODESHOUT Network. Here's the following Information of our Cabal Server: Trinity CABAL (2 Servers) #1 Server : BlackSky - High Rate Server Website: blacksky.tcabalonline.com Rate: Exp : 250x Skill : 15000x Craft : 200x Drop : 2 items/monster …

Game Development
0
117
Member Avatar for diamondfist

Hi , i have just started OpenGL. So i am sorry if my question is stupid, but i was trying to move a circle inside a square and was unable to do it . .can you please help me out please ?? [CODE] #include <GL/glut.h> #include <math.h> bool* keyStates = …

Game Development opengl
Member Avatar for diamondfist
0
235
Member Avatar for diamondfist

I managed to load the bmp file into my project, but it was giving dull and hazy kind of texture for some images .. any idea as to why this is happening ??

Game Development gaming opengl
Member Avatar for diamondfist
0
97
Member Avatar for oldezwe

I created a simple game in java. Could someone please link me to a tutorial or give me a basic run through on how to let other users connect and how to save their experience, etc... Peace and love, oldezwe

Game Development client-server gaming java
Member Avatar for Karlwakim
0
236
Member Avatar for ntrncx

I know that there is a sticky thread and i know that maybe i repeating things that already mentioned but i am totally confused. I am interested to study about game programming,i don't study i bought a book and i am near to finish it about c++. i goggled and …

Game Development c++
Member Avatar for Dman01
0
179
Member Avatar for evaldaskowka

hello, i'm willing to learn direct3d but i can't find tutorials for it, youtube has few video tuts but they are very unclear. Do you know any free e-books or sites where i can start learning? Another question is directx better than opengl? from my experience opengl needs a lot …

Game Development opengl
Member Avatar for SasseMan
0
165
Member Avatar for Raik.48

Hello, I am a project on my hand to develop a 2D game like "contra". I have chosen to use C++ as my programming language. Which will be better for my 2d game SMFL, SDL or ClanLib? I have decided to use ClanLib, but is it powerful or flexible as …

Game Development
Member Avatar for Chuckleluck
0
161
Member Avatar for ar0n

Help: I am new in game development and i need to know what are the best game engine to use to start my own game. thank you!!

Game Development
Member Avatar for arthisoftseo
0
158
Member Avatar for Raik.48

Hello, I have chosen a project of developing a 2d action-adventure game with some rpg elements, in-game puzzles. I have considered developing with C++ and OpenGL. I do not have prior knowledge of these language but I had good grasp on C programming language. For C++ and OpenGL, I have …

Game Development c++ opengl
Member Avatar for Raik.48
0
461
Member Avatar for Peram

When I make an OpenGL game on this computer, it runs at normal speed. If I run it on literally any other computer, it goes really fast, making the games unplayable. Does anyone know what might be causing this?

Game Development opengl
Member Avatar for cahitburak
0
219
Member Avatar for vivosmith

Hi, I am trying to figure out allegro, and so far, so good. But I ran into this one snag in this code: [CODE]const float FPS = 60;[/CODE]Does this set FPS? Someone on another forum said no, but it seems like that it is a predefined function that changes the …

Game Development gaming video
0
128
Member Avatar for dionisov

Hello, I know the basics of C++, PHP, JavaScript and VB I've read for C++ from rly old books so some things may have changed. Now I've started reading Advamced-2D-Game-Development by Jonathan S. Harbour. He has given a source code of an 2d game engine using DirectX. This is what …

Game Development
Member Avatar for apneweb
0
266
Member Avatar for tsy123

i,m making a 3d pool (billiard) simulation using c++ in opengl for my project. where can i get a proper source to refer as what i found on web were not very useful for me. Any links or sources from you are appreciable.

Game Development c++ opengl
Member Avatar for apneweb
0
115
Member Avatar for dakerao

Hi I'm really struggling in finding an answer to my problem How do I read a folder and then I want to find a file inside that folder read with specific extensions like .obj or .bmp and to do things to those files with those extensions here is my attempt …

Game Development
Member Avatar for gusano79
0
192
Member Avatar for Chuckleluck

I'm beginning game development, and I started by reading Michael Morrison's [I]Beginning Game Programming[/I], which teaches how to develop a game in C++ using the Win32 API. I've had a lot of trouble with things I don't have any experience in (when I shut down my program, the process still …

Game Development api c++ windows-api
Member Avatar for mrnutty
0
502
Member Avatar for Blazikaen

hi... can anyone light me on an algorithm to solve sudoku...actually i did solve a few sudokus to know how this is done. Eventhough i managed to do the sudokus by paper and pencil, i can't figure out an algorithm to solve it. I googled for algorithms but everything ends …

Game Development
Member Avatar for Adak
0
235
Member Avatar for mattyd

**Note: I'm not sure if this is the appropriate area for this post-- please move if necessary. Hello. I am working on a small Macromedia Flash project, just learning more about Flash and getting acquainted with the Flash interface as well as Actionscript; my question is not in regards to …

Game Development
Member Avatar for gusano79
0
233
Member Avatar for Brokenpwn

I recently started reading Beginning DirectX 10 Game Programming written by Wendy Jones, and I'm about 60 pages in on the chapter about sprites, and I feel like I haven't learned anything, half the code they throw at me I can hardly decipher, and even if I do that, how …

Game Development c++ gaming
Member Avatar for Serapth
0
210
Member Avatar for tyricec

I'm trying to make it where I can draw an square with the values in the global array. I made it work without vertex array before but now I need to save it in array so I can possibly delete a square with just a mouse click. However I can't …

Game Development opengl
Member Avatar for gusano79
0
155
Member Avatar for Aviras

Hello everyone, I'm a java programmer writing a half graphical half text rpg. For the moment I read my data from text files, e.g. Enemies.txt id name hp and so forth. However, I want to make it a little more clear to handle, as in a database format. I can …

Game Development microsoft-office sql storage
Member Avatar for Aviras
0
149
Member Avatar for mjmythili

Hii friends, I am interested in learning DirectX. Can u plz suggest me which book to follow. I want to develop some games in DirectX. Which book shall i follow?

Game Development
Member Avatar for alanlawson123
0
123
Member Avatar for NoMoreRobots

I'm currently trying to learn OpenGL with the use of GLFW and the Addison Wesley book 'OpenGL Programming guide 7th edition'. Here is one of the first sample programs they present, it is meant to draw a white box. In this example I mixed it with a simple glfw window …

Game Development opengl
Member Avatar for NoMoreRobots
0
864
Member Avatar for raseru

I know C++ and java. My school focuses on Java but it doesn't seem to be very appropriate for game design. I wouldn't even consider Java if it wasn't for Minecraft. I want to make some nice and small indie games. If they go far great, but I also want …

Game Development
Member Avatar for tiger86
0
292
Member Avatar for Acidz

Hi, I'm new here... Please help me fix it, if I posted at the wrong section, this is about Python but also game development... So I'm not sure? :) anyway: I need some guide lines to the way of coding? or the use of things within the code... Here I …

Game Development python
Member Avatar for lrh9
0
279
Member Avatar for Hoff123

Hi! I am just wondering what would be fastest(performance-wise) of Game Maker(with GML) or Python with Pygame?

Game Development gaming python
Member Avatar for Tumlee
0
295

The End.