Additional Info
|
http://www.kongregate.com/games/HeroInt ... ghtsprites
Pretty fun game, but I can't seem to get challenge right. Any idea's on maybe how to stop the bar from moving, or get a set score? Karma for answerz (broken image removed) score=4bytes*8 |
Additional Info
|
Additional Info
|
Quote from: "Artemisian" Any idea's on maybe how to stop the bar from moving?I'm still newb with bytecode, so I couldn't stop that bar from moving. (broken image removed) But for you, I made it rise instead of falling down! (broken image removed) [Damage taken for placing orb at wrong color platform] 96 05 00 07 02 00 00 00 0b to 96 05 00 07 02 00 00 00 0a [Damage taken for leaving platforms unfilled] 96 02 00 08 71 52 0b to 96 02 00 08 71 52 0a |
Additional Info
|
Quote from: "Cumshot" I'm still newb with bytecode, so I couldn't stop that bar from moving. If you wanted to stop it decreasing, use 02 instead of 0a (although 0a works better in my opinion) (broken image removed) Oh and karma for you :mrgreen: |