Search found 1241 matches

by kylekrack
Thu Sep 04, 2014 1:50 am
Forum: Game Discussion
Topic: The Official OHR Monster Combo Art Contest
Replies: 80
Views: 21419

Sounds awesome. I'm in!
by kylekrack
Wed Sep 03, 2014 12:09 am
Forum: Game Discussion
Topic: Sidescroller Problems
Replies: 23
Views: 5514

Come to think of it, I don't know why I was using NPC reference.... I think I overthunk it. Anyway it's fixed now, so thank you for the help. I posted the game on the Games page. It's called Stand if you want to find it. [/s]
by kylekrack
Tue Sep 02, 2014 11:58 pm
Forum: Games
Topic: Stand
Replies: 2
Views: 3567

Stand

Stand stars the character Ivan, a miner in the small village of Nordham. He lives alone, for his wife was lost years ago to a common illness, and his family has all either passed away or left the country. Ivan is skilled however, and looked up to by many. If anyone could navigate a mine, Ivan could....
by kylekrack
Tue Sep 02, 2014 5:49 am
Forum: Game Discussion
Topic: Sidescroller Problems
Replies: 23
Views: 5514

Thanks to everyone here, I've managed to get mostly everything working! I've implemented doors, ladders, walls, music updating based on zones, and animations for both running and climbing. There are of course still bugs, some of which pretty major, but they're quite specific and I don't know how to ...
by kylekrack
Sun Aug 24, 2014 8:44 am
Forum: Game Discussion
Topic: Sidescroller Problems
Replies: 23
Views: 5514

The two frames I meant were 0 and 7. Sorry for the confusion. It seems to think the velocity is always 0. That or I've called it incorrectly or something. I'm certain I've set something up wrong, I just don't know what it is. Maybe it is changing but changing back in the same tick so you can't see i...
by kylekrack
Sun Aug 24, 2014 7:45 am
Forum: Game Discussion
Topic: Sidescroller Problems
Replies: 23
Views: 5514

Yeah, that's a good point. Here's the whole thing: global variable, begin 0,game is active 1,player 2,want action 3,want left 4,want right 5,want up 6,want down 7,xv 8,yv 9,was left 10,was right 11,x 12,y 13,frame 14,last frame 15,climbing 16,pass end plotscript, main loop, begin initialize show str...
by kylekrack
Sat Aug 23, 2014 11:13 pm
Forum: Game Discussion
Topic: Sidescroller Problems
Replies: 23
Views: 5514

That explains why walls haven't been working correctly. Unfortunately I haven't even been able to animate the character yet. I changed the way it checks and updates the current frame, but I'm still doing something wrong. In the main loop I have it update the frame if the velocity is not 0. If the ve...
by kylekrack
Sat Aug 23, 2014 1:24 am
Forum: Game Discussion
Topic: Sidescroller Problems
Replies: 23
Views: 5514

Actually, that makes a lot of sense! I will try that out. Thank you guys, this is the first post I've ever made on here and it was super helpful. I'll post an update once I get it to work.
by kylekrack
Fri Aug 22, 2014 11:54 pm
Forum: Game Discussion
Topic: Universally change color of text boxes?
Replies: 7
Views: 2310

You can go to "Change User-Interface Colors" and change the default color for text boxes, and that would change all of them but it would also change the color of anything else that uses that default color. Otherwise, I don't know.
by kylekrack
Fri Aug 22, 2014 11:42 pm
Forum: Game Discussion
Topic: Sidescroller Problems
Replies: 23
Views: 5514

The end didn't copy and paste right, I'm not sure why. It is there, though, I assure you. My reason for having the if statements there at all is to leave the animation if the player stops moving, so it doesn't keep going if they stop holding down the button. I was trying to preemptively prevent a pr...
by kylekrack
Fri Aug 22, 2014 9:38 pm
Forum: Game Discussion
Topic: Sidescroller Problems
Replies: 23
Views: 5514

Sidescroller Problems

Ok, so I know this is probably a terrible idea, but I'm trying to make a sidescroller using OHR, and a few things aren't going the way I want them to and I was wondering if anyone could help me. Instead of using a hero or NPC as the player, I loaded a walkabout sprite and I am manipulating it using ...