Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Anonymious

Members
  • Posts

    104
  • Joined

  • Last visited

    Never

Anonymious's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. CTRL + F to search, search the text. Make sure you search the text while being inside the source of a frm or any mod. Make sure you are searching inside the whole project, not just current module or something.
  2. @DimenXion: > All I did was add a little bbCode next to the links, and I move the code for each different topic :) Oh ok, that's fine… I thought you was stalking me...
  3. @DimenXion: > [Show Off Thread: GFX](http://www.touchofdeathforums.com/smf/index.php/topic,79118.msg848024.html#msg848024) **
  4. You didn't follow the tutorials good. Maybe you didnt run the server. Maybe you have set another IP. I don't know, [just follow the tutorials here](http://www.touchofdeathforums.com/smf/index.php/board,501.0.html).
  5. So you are not getting a red bold "Offline" insde the box? #Is it connected?
  6. lol change the If Winsock1.state "7" Then to If Winsock1.state 7 Then
  7. No errors? a screenshot would help.
  8. http://www.touchofdeathforums.com/smf/index.php/topic,70502.0.html Someone asked about how to make a quest system.
  9. I am not really good in pixel art, but I think you have always to draw without touching the sides. your weapon is touching the bottom of the picture, I think it would be better if it didn't touch the bottom.
  10. Anonymious

    Npc error #2

    [http://www.touchofdeathforums.com/smf/index.php/topic,70502.0.html](http://www.touchofdeathforums.com/smf/index.php/topic,70502.0.html)
  11. Hello, Well, some of you know I am working on a game called: Negum Storm. For my game, I am using a flash menu, the flash menu is connected to the client and the client is connected to the server ofc… Players can login or register using the flash menu, so actually the only function of the flash menu is send the data typed by the player to the client, so the client can handle it and send it to the server. Why I post this here and not on the resources topic? Because I actually think it's more a "show off" then a release of my work. Here is a screesnhot. I will explain in the quote what it does. >! ![](http://img850.imageshack.us/img850/6580/screenshotorm.png) >! > The "small close.rar" contains the source code file of the "swfClose.swf" in Flash CS5, and the source code files of "projectVB6ConenctToFlash.exe" in VB6. > > The swfClose.swf has a button as you can see on the screenshot, if you click that button it will connect to the VB6 client, send ">0" to the VB6 client and then disconnect from the VB6 client. > > The VB6 client recieves the ">0" after accepting the connection request from the "swfClose.swf". > So after recieving the ">0", the VB6 client will check if the first character is a ">", if so it will handle it using the command function, so it will send to the command function the "0". > > The command function will handle the "0" as closing the VB6 client in 5 seconds. [http://www.mediafire.com/download.php?ou4dxbltcxh8lda](http://www.mediafire.com/download.php?ou4dxbltcxh8lda) Another reason why I show this off, is because I suggest everyone to make a flash menu for their game, it's easy and very easy to update, like when it's a new year, you can easly update it so people see fireworks on the menu. I have learned ActionScript3 in 4 days, but I was serious. Actually I have learned several programming languages, ActionScript3 is the most I like, but it's not the best. So yeah, maybe after this someone else would be interested in making a flash menu for his/her game.
  12. Wow man, I am searching for this for like a year xD I have had this when I was a little kid. I would trade it with my Playstation3 with 2 controllers and Battlefield3 for ps3. Or else I would pay 160 euro for it…
  13. I would like to sign, but I am currently working hard on my own project. But good money, can make me pause my project ^^
  14. When I was a kid, like 14 years old, I cheated flash games using Visual Basic 6. Some of you know that I am making a menu for my game(NegumStorm), you can read more about it by pushing this button. [![](http://img29.imageshack.us/img29/2193/ebutton3.png)](http://www.touchofdeathforums.com/smf/index.php/topic,78629.0.html) Anyway, so I finished the menu, thinking that I will be able to read the variables "userName" and "userPassword" using Visual Basic 6.0, but no! It's secured or something, so people can't access the variables. So I want to remove that secure, I want to make it possible to access those variables, how do I do that? I have searched a lot on internet and asking on the Eclipse forum about ActionScript3 is really hopeless and my last choice. I hope someone can give me a link talking about it or something, so I can know what really is going on. Everything would be helpful. Yours sincerely, Anonymous
×
×
  • Create New...