Search found 832 matches

by Foxley
Wed Jun 24, 2015 5:06 am
Forum: Game Discussion
Topic: VOTING & Discussion : One-Month All-Mouse Left-Click Contest
Replies: 28
Views: 10956

My turn? (just now added Graffiti Goose, sorry for the delay) 1.) Return I really like this game so far. The backgrounds are very early to mid-'90s DOS shareware in appearance, which I adore. At first I didn't understand what QWAS did but then I unlocked one of the abilities and was like "whoa,...
by Foxley
Tue Jun 23, 2015 10:11 pm
Forum: Game Discussion
Topic: VOTING & Discussion : One-Month All-Mouse Left-Click Contest
Replies: 28
Views: 10956

Thank you for mentioning that MOVE was confusing, I hadn't even thought of how it could be mistaken for directional movement. The idea was push/pull consolidated in the same command. I might just make it PUSH instead. Edit: Also, yes, there is very little to do, you probably didn't miss anything. I ...
by Foxley
Mon Jun 22, 2015 7:39 am
Forum: Games
Topic: Hollowkeep
Replies: 0
Views: 1998

Hollowkeep

This is my contest entry for James's One Month Mouse Click Contest. I had plans to have more stuff done within a month but starting a full time job and struggling to learn scripting and slice stuff slowed me down. Still, it was a great learning experience, and I hope to finish this up soon.
by Foxley
Mon Jun 22, 2015 6:56 am
Forum: Game Discussion
Topic: One-Month All-Mouse Left-Click OHRRPGCE Game Contest (2015)
Replies: 84
Views: 29692

I'm getting the most infuriating, headache inducing, wtfareyougoddamnedserious slice handle errors from LITERALLY absolutely nowhere trying to implement an NPC/monster. I dunno. I'm going to # out the script with this NPC and just ship it. I need to be up early for work tomorrow, I don't have time f...
by Foxley
Mon Jun 22, 2015 4:58 am
Forum: Game Discussion
Topic: One-Month All-Mouse Left-Click OHRRPGCE Game Contest (2015)
Replies: 84
Views: 29692

I'm gonna have to throw in the towel on implementing a few things I wanted to get done today. I'm just too tired to concentrate on getting them done in the next hour and a half. The movement system is fully working so you can at least wander around and check out the different rooms, and read some of...
by Foxley
Mon Jun 22, 2015 2:39 am
Forum: Game Discussion
Topic: One-Month All-Mouse Left-Click OHRRPGCE Game Contest (2015)
Replies: 84
Views: 29692

I was so preoccupied with working on this game that I left a frozen pizza in the oven for probably over an hour. Totally forgot about it 'til I went out of my room to use the little boy's room. Good grief. At least it didn't cause a fire.
by Foxley
Mon Jun 22, 2015 1:42 am
Forum: Game Discussion
Topic: Show off your graphics!
Replies: 1625
Views: 335798

A peek at a monster sprite I drew up a little while ago.

Image

Also the sprite in its early crappy looking phase:

Image
by Foxley
Sun Jun 21, 2015 10:26 pm
Forum: Game Discussion
Topic: One-Month All-Mouse Left-Click OHRRPGCE Game Contest (2015)
Replies: 84
Views: 29692

I think I'm just gonna forego working on scripting GUI and mechanics stuff at this point, and just try to get some drawings and content put in so the game will hopefully be somewhat enjoyable for people to try out. Only 8 hours left!
by Foxley
Sun Jun 21, 2015 8:11 am
Forum: Game Discussion
Topic: Conditional Visibility?
Replies: 4
Views: 1353

I was actually thinking during this mouse click contest how much easier a lot of things would be if slice collection slices could be controlled with tags. The main thing I'm still struggling with is getting a system of removing a slice that's an object that can be taken/removed/destroyed without cau...
by Foxley
Sat Jun 20, 2015 11:55 pm
Forum: Game Discussion
Topic: One-Month All-Mouse Left-Click OHRRPGCE Game Contest (2015)
Replies: 84
Views: 29692

That sucks! Feeling up to redoing something you were literally just doing takes time, in my experience. Unfortunately there's only about 36 hours worth of the stuff left. May I suggest doing just linework/shapes with flat colors and moving on, so you don't feel too stuck on it? Also if it makes you ...
by Foxley
Sat Jun 20, 2015 6:39 pm
Forum: Game Discussion
Topic: One-Month All-Mouse Left-Click OHRRPGCE Game Contest (2015)
Replies: 84
Views: 29692

Amazingly enough, I've managed to get a fully functional first-person system working so far. Stayed up kind of late last night making a decent looking HUD command highlight script. Movement and room layout is working, text is working, inventory and item interactions are working. I plan on implementi...
by Foxley
Fri Jun 19, 2015 9:08 pm
Forum: Q&A Discussion
Topic: Text Box Positioning
Replies: 13
Views: 2747

To be honest, I didn't even expect it to work when I tried it!
by Foxley
Fri Jun 19, 2015 2:15 pm
Forum: Front Page
Topic: Now Available - Macabre
Replies: 37
Views: 25236

That's the desktop Amazon website. That and the Amazon Shopping app are very different. Getting search results for Ruin and going to a URL on the desktop website is cake; for me, finding it with the app has been a no-go. Why? I have no idea. I do wish Amazon had a feature of sending apps to your pho...
by Foxley
Fri Jun 19, 2015 6:20 am
Forum: Q&A Discussion
Topic: Mouse cursor - how do you do this thing?
Replies: 5
Views: 1405

By the way, I would suggest also adding

Code: Select all

slice to front (mousecursor)
to the plotdict.xml example for making the mouse cursor, in the same while loop as "put slice (mousecursor)". I tried it and it works great, mouse cursor always stays on top of everything.
by Foxley
Fri Jun 19, 2015 5:57 am
Forum: Q&A Discussion
Topic: Text Box Positioning
Replies: 13
Views: 2747

Aaaand that did it. Thanks!