topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday August 1, 2025, 10:13 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 57 58 59 60 61 [62] 63 64 65 66next
1526
---Old post, removed---
1527
I think that what mouser means by acceleration is that when you press a direction, the ball doesn't immediately start moving at a speed of 10, but increases its speed in the direction you're pushing by a smaller amount as long as the button is being pushed until it reaches a max speed. This would be something like speed += 2 (or speed = speed+2). I just opened up Game Maker and took a look at it and what you need to do for proper acceleration is click the little "Relative" box when changing the speed. That will make it whatever it is plus the number you set.
That is what I tried the 1st time was to have "When action <UP key is pressed> then object player 1 will go 3 speed up" and that was followed by several "When action <UP key is pressed> then object player 1 will go speed Relative 1 up" However it practically shot up to the speed (I don't recall what it was) instantly. I am thinking of trying the snooze timer but I am not sure how that would work (read the Help...wasn't much Help). I will fiddle with it now so I can remember everything (I have bad short term memory) and try to get it working right once and for all.

Mouser: The reason the controls are wonky is because of the way Game Maker works. It's so "user friendly" that it doesn't easily (for a beginner/without going into advanced mode) provide a way to change the object's movement direction without stopping the other direction. As you say, getting the physics and gravity working properly wouldn't be too hard if you were typing in regular code, but the way Game Maker organizes everything, it tries to simplify it to the point where it makes simple things (for somewhat experienced programmers) kind of difficult to do without going into advanced mode.

Yea, that is the problem I am running into. With simple mode (the one I use and am comfortable with) it uses a set of menus, tabs and icons to help you and simplify the process. I have only used Advanced mode once, and it isn't real difficult to use but I would just have to make sure not to hit the wrong thing and have to start over again. It still uses buttons and tabs, but has Scripting, Timeline Font and Path creation tools that I am not familiar with and I am not exactly ready to jump into.  I will give it a shot but no promises for now.
-Wreckedcarzz
1528
---Old post, removed---
1529
---Old post, removed---
1530
---Old post, removed---
1531
---Old post, removed---
1532
---Old post, removed---
1533
OK,
this may be the final beta release of 1.4!
I have added LOTS of new features, such as new levels, rearranged levels, changed the loading screen, added new ways to get help, cleaned up the internal components, and lots more. I have been working hard at this new one. However, on older systems or if you multi-task the game will load noticeably slower then the last release. I am very sorry about this, but the game has lots more to load now, so be glad that the 15 second wait is the only one you will have. To achieve the best performance possible on old machines, cleanup and optimize your computer before use, and a system restart is always a good step too. I plan to rebuild the entire game from scratch to resolve the issue, as I think there are unused items in the inside that I did not find. I will edit this post later in order to add the download. It WILL be up within the next hour or so, I promise.

OK, sorry about the delay...the server refused the upload and after looking at the file size I understood why. I have NO idea why the game got 2x its size from the last build, I made a lot of improvements but honestly cannot find where the source of the size explosion is coming from. The game is attatched, as usual, and the only updates I can think of that cause the size hike are:

New background for help room (but only 24kb in Windows)

New buttons for help room (only 16kb in Windows)

Change of font type and size in help file (honestly...)

REMOVAL of items (obviously not)

Addition of 2 new 2-player levels (my only logical explanation...but still)

Other then this there are no changes that would trigger a size increase, or the updates were insignificant such as moving an object or rearranging mines.

The server is STILL declining my upload request so I cannot upload the current build. I will work on this and have it resolved ASAP.
1534
Post New Requests Here / Re: Idea: Desktop launcher
« Last post by wreckedcarzz on March 08, 2007, 11:13 PM »
LBC = LaunchBar Commander
1535
Post New Requests Here / Idea: Desktop launcher
« Last post by wreckedcarzz on March 08, 2007, 12:32 PM »
Hey everyone,
got an idea here that I think would be useful (I have a setup that would go perfectly with this)...
if you have used LBC (I am guessing most of you have) then you should know that it has an option to launch an application on a single click. Well, why not use and extend that idea and use the desktop as a "zoned" area to launch apps. For example, if the user clicks in a designated area like Zone 1 (predefined) then application "this_great_app.exe" will launch. And if Zone 2 is clicked in then the app "pointless_windows_mod.exe" will launch, etc. Not really a Coding "Snack" I guess (I am not a coder) but would do wonders for me.
1536
Mouser, I don't understand how going up and down effects your side-to-side moving- you will only go to the side and down if your going right or left and gravity catches you. As far as the acceleration- I have been searching for a while now on Google and haven't found anything. I may have to go into the advanced options, and I am not all sure of myself doing so. I will try though, but it may take time. :read:
Thanks for help and ideas everyone!
-Wrecked
1537
OK, I have tweaked the gravity and friction; you can kind of notice the friction. The gravity was WAY off, so I fixed that and updated a couple of holes in the new release (1.4 beta 3). Hopefully it will feel like a complete refresh of the game.
FYI: during testing there is a cheat code to go to the Level Select Screen so you can test individual levels
the code is simply: Ctrl (Control)

Enough details, the download is below!
1538
Ok,
I have added friction and fiddled with the gravity. However at this point the ball is *very* hard to control because of its bounciness. I will mess with it some more before posting a new version with it- its fun (until you go "up"...)
1539
OK, exciting new release here...
1.4 beta 1 is now available below...
It includes 4 bug-fixes for both single and two player
Level "wrap" (REPAIRED)
A new "anti-cheat" feature (REMOVED)
and some other changes
It feels like a totally new release, so try it out and give me feedback!
Note: the gravity will be slightly increased (about 50% more) in beta 2 and the friction idea has been tried and aborted- sorry about that.

---EDITED FOR A GRAMMAR ERROR---
---EDITED TO UPDATE FILE---
---EDITED TO UPDATE FILE---
1540
Post New Requests Here / Re: IDEA: Make any app into tray icon only
« Last post by wreckedcarzz on March 03, 2007, 06:03 PM »
WORKS PERFECTLY! Thank you SO much :) :) :)
1541
Post New Requests Here / IDEA: Make any app into tray icon only
« Last post by wreckedcarzz on March 03, 2007, 05:37 PM »
Hey everyone,
just wondering if anyone could code (or knows about) an app that can take any open program and shrink it into the notification area (the little icons to the left of the clock). I have several apps that I have open a LOT and don't like my taskbar looking like a 50 car pileup.
Any ideas?
-Wrecked
1542
Hey mouser jw if I could get a link to the new ver beta.
Thanks!
1543
VERSION 1.3.4 IS FINALLY FINAL!!!
I am VERY sorry about the long delay of this version...I have had no time to get this version finished and found a new bug (2, actually) so those are repaired and I believe (despite what the readme says) there are no bugs left. I hope you enjoy this version, it should keep you occupied for at least a few minutes  :).

PLEASE NOTE: I have decided to just give out the .exe files and not installers...it takes too much time and effort on everyones part and is just easier to do it this way. If you have another version of MC, move the savegame file into the same directory as Maze Craze 1.3.4.exe so you can load your saves.

Thanks everyone!
-Wreckedcarzz
1544
What's the Best? / Re: Anti-Virus Package
« Last post by wreckedcarzz on February 16, 2007, 05:56 PM »
Hey, (answering iphigenie)
Trend Micro 2007 is GREAT- I personally would not buy the full product (too many dialogs and after the user selects what to do it takes a moment to respond) however if this isn't a problem (if you mess with options or have a fast CPU) I would recommend it. I have the trial on my dad's laptop and I personally use their free ONLINE utility, Trend Micro Housecall, on my computer whenever I have troubles (it is online, free and ACTUALLY CLEANS; what more can you ask for?) I love it  :-*
1545
---POST NO LONGER RELEVANT---
1546
---POST NO LONGER RELEVANT---
1547
---POST NO LONGER RELEVANT---
1548
Living Room / Re: Geek squad / Best buy Busted!
« Last post by wreckedcarzz on February 10, 2007, 04:53 PM »
I just had to reply to this cause I have done computer tune-ups and stuff for friends (friends from neighborhood/school to friends I only know online) but (depending on location) I will go and repair their computer either on-site or on-line for free just because I love doing it. Even people I just met I will help. (I am kinda a little too nice at times...I sold a $700 Compaq computer (tower, monitor, speakers, keyboard & mouse), a $300 Brother printer , $300 of Brother printer ink and the guarantee that if something goes wrong with anything I will come over and fix it the best that I can for free- sold them all to a friend from school for $100!!!)
-Wreckedcarzz
1549
OK, screens are attatched (they aren't a good display of actual gameplay, but there are pics of:

Single-Player Level 1
Two-Player Level 1

Mouser: The file is a standalone .exe and not an installer. I wasn't sure about the gravity...I didn't get into that in any previous attemptso this was my 1st.

Enjoy (and thanks for the help)!
*Gravity update will HOPEFULLY be posted in a short while*

---EDITED TO REMOVE OUTDATED SCREENSHOTS---
1550
---POST NO LONGER RELEVANT---
Pages: prev1 ... 57 58 59 60 61 [62] 63 64 65 66next