Search results

  1. Driesje44

    Cubic Integral Inc.

    That 'interact' idea seems like a good one to me! That people with higher Charism skill have more interactions with people! Btw, don't know if it was in the original, but how about sorrt of a 'like' system for lots? Every player can give a lot a 'like' the owner gets a small bonus then. You can...
  2. Driesje44

    Visual Basic Studio

    As I already said I want to learn Visual Basic before XNA ;) At this moment, my whole game is based on Forms (there is a form for the 'launcher', one for the log in and profile making, and one for location 1) the login and 'location 1' forms are both full screen and they switch quite smoothly...
  3. Driesje44

    Visual Basic Studio

    I've got the Motorola Moto G 4G and I think it's 4,5 inch wich is perfect for me, but I understand that there are people who wants a bigger screen for some stuff like presentations etc On topic Just a question for what guys thinks is the best: In my game there are several locations you can go...
  4. Driesje44

    Visual Basic Studio

    Thanks! Ow that's indeed just unused, it's deleted! Converted the animation now the my main project. It's still windows forms but it actually looks quit good! However a lot of images are converted from Scratch Designer so you can litteraly count the pixels, but i'll redraw them in Photoshop...
  5. Driesje44

    Visual Basic Studio

    It works! Thanks! I it we're like 17 pictures and some of them came multiple times, so in changed it to this: Public Class Form1 Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick My.Settings.animation += 1 Select Case My.Settings.animation...
  6. Driesje44

    Visual Basic Studio

    But it still crashes! Do you really have no idea? :s
  7. Driesje44

    Visual Basic Studio

    Nope, it still crashes :/ So this is my code now, 3 pictureboxes and the interval is 200 Public Class Form1 Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick My.Settings.animation = My.Settings.animation + 1 End Sub Private Sub...
  8. Driesje44

    Visual Basic Studio

    Sorry! changed it! But in the first lines there is written that each tick my.settings.animation is my.settings.animations + 1, so i do add on it? Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick My.Settings.animation = My.Settings.animation + 1 End Sub And...
  9. Driesje44

    Visual Basic Studio

    Hi! So i'mm still learning Visual Basic 'cause i want to learn that first before XNA. And it' going pretty good! But now i want to make a simple animation with pictureboxes. So i used this code: Public Class Form1 Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles...
  10. Driesje44

    [ARCHIVE] Road to Live Release

    Must say that the game runs quit stable for pré alpha being! I only got an error 4 times and 2 of them could be ignored! And the build/ buy mode seems very complete (until I found out that there are no roofs xD)
  11. Driesje44

    Server/playtests list?

    Ohh, stupid me x) completetely forgotten 'bout that topic x)
  12. Driesje44

    Server/playtests list?

    Hi! I think it would be pretty handy if we had a list with servers/playtests :) So a list with the name, a link to the topic, the name of the member who runs the server and probably the ip :)
  13. Driesje44

    Maxis Product error

    I wouldn't know it, sorry! But someone else probably does, so please have some patience :)
  14. Driesje44

    Maxis Product error

    Sorry, misunderstanding! Whell if it doesn't give an error, then i wouldn't know what the problem is :s But Rhys&co will probably know it?
  15. Driesje44

    Maxis Product error

    Do you mean it worked now?
  16. Driesje44

    Maxis Product error

    Maybe an other RAR program will work? (7Zip?) not sure 'bout it :s
  17. Driesje44

    Maxis Product error

    And did you remove the old PDclient? If not, do that first, if it still doesn't work, I would reinstall the sims online and the client.
  18. Driesje44

    Maxis Product error

    Hm, i'm not an expert with this but are you sure it's installed on Windows #C > program files > Maxis > The Sims Online?
  19. Driesje44

    Maxis Product error

    Extract it in TSO client :)
  20. Driesje44

    Maxis Product error

    FreeSo is the new PD with more features ;) But for your problem, did you start with running 'The Sims Online' in stead of 'PDClient' in your program files? Make sure you start from PDclient.exe and not from the shortcut on your desktop ;) Edit: Ow, give me a moment please, i'll search it up for...
Back
Top