Here is a timelapse of me working on artwork for my game. <object width="480" height="360"><param name="movie" value="http://www.youtube.com/v/j3Zm9gZhVcI?hl=en_US&version=3&rel=0"></param><param name="allowFullScreen" value="true">...
Oh, yes, now I see the problem. You cannot use operators in "case" the way you are doing. this is wrong: switch (random (1,20)) case (>5) ( If you want to check a range values, you will need to use an if/then. Case is the wrong tool f...
Can you re-post the script using http://pastebin.com/ ? Posting in the forum without using the code tag destroys any indentation, but even with the code tag, scripts that use comparison operators that contain > and < can be mangled by the forum. Pastebin will let you post the script cleanly, so I wi...
I am working on Bob the Hamster Dirt Dig Friday evening, I made it so that Bob can struggle his way out of a spiderweb in 10 turns if no enemy kills him in that time. Today I am working on web-struggling sprites for all the enemies, and AI for the spider to react to a victim in a web. <img src="...
Try something like this, also at the top of the vehicle remote script if(current map <> map:World Map) then(exit script) Or you could even get fancy and show a text box that says "This remote only works on the world map!" if(current map <> ma...
@ncw64: Cool! I started a match with you!. The most important strategy tip I ever learned in Hero Academy is simply that before you submit your moves, look at the board, and try to guess what your opponent is likely to do back to you in the next round. If you think they are likely to do severe harm ...
Actually, now I need to know how to make the Remote only work when I am not already in a vehicle because using it while in a vehicle causes some odd behavior, such as characters walking at a higher speed than usual, and vehicles floating in mid-air when not in use. In the vehicle editor, look for t...
Are we talking about the Paper Mario game for the Wii? (that is the only one I have played) I liked some things about it. I agree that the town was mostly boring and repetitive. My favorite bits were the actual platforming levels. They were easy, but my old-man reflexes didn't mind. I liked the art ...
Yesterday I was told american people use cups to messure the ingredients they need for backing. That's why cup cakes are called cup cakes... If I look at the chocolate chip cookie recipe I think this could be true. I was wonding if american drinking glasses and cups all had the same volume untill I...
I just fixed the attack and enemy cloning bug the other day, so the fix should be in the current nightly build. Thanks for reminding me about it! :) For this approaching Work-on-your-game weekend, I will be: * Working on Bob the Hamster Dirt-Dig, Hopefully finishing all the basic enemies * Trying to...
Ah, yes. That will cause the heroes to walk to whereever the jet is located. Try something like this plotscript, call jet, begin set NPC speed(1, 20) # really fast walk NPC to Y(1, hero Y(0)) walk NPC to X(1, hero X(0)) ...
What about this? Use the normal default caterpillar party, but when you choose the menu option to talk with your party, they form a circle. If there are walls in the way preventing them from forming a circle, they can just come as close to forming the circle as possible, and face the leader. You cou...