fillergames wrote:
JH1010 wrote:
fillergames wrote:
There is an annoying glitche in my game. When you destroy a rock sometimes it respawns in the middle of the screen insted of the top.
http://scratch.mit.edu/projects/fillergames/2913466Sorry, we don't deal with glitches in finished games. For this I would recommend The Tester Team.
Ok. Whos the Tester Team?
The people linked in my first post. I should've mentioned that at first.
Offline
JH1010 wrote:
fillergames wrote:
JH1010 wrote:
Sorry, we don't deal with glitches in finished games. For this I would recommend The Tester Team.Ok. Whos the Tester Team?
The people linked in my first post. I should've mentioned that at first.
Never mind i found it. I forgot to change the number in the SET Y block.
Offline
Offline
Offline
dvd4 wrote:
BUYP
up
your
post
Thanks!
Offline
Offline
Offline
Offline
Offline
On my test account I am trying to make an RPG battle system. The attacks are made by broadcasts, but I can't figure out how to make the HP bars change when you attack. I also don't have the AI yet. If you could help with the HP bar problem, then thanks.
Offline
You need a costume for every different possibility for the HP bar. If you have this then the script wold be something like this:
If you start with more than four HP then change the health and costume number to match in another if block.when clickedor whenever you begin the battleforeverifhealth=4switch to costumecostume4 ▼ifhealth=3switch to costumecostume3 ▼ifhealth=2switch to costumecostume2 ▼ifhealth=1switch to costumecostume1 ▼
Last edited by JH1010 (2012-11-30 01:22:55)
Offline
Offline
Ideas wrote:
Here is something for you to consider. A script for a helicopter that slowly falls without any repeat blocks. VELOCITY Usage needed.
So no forever, repeat () or repeat until blocks. Intresting. I'll think about it.
Offline
Offline
Offline
Ideas wrote:
No, a forever/ a broadcast may be used. HAS velocitced X movement too.
That should work for falling.when clickedforeveriftouchingground ▼?sety velocity ▼to0elsechangey velocity ▼by-0.4when clickedforeverchange y byy velocity
Last edited by JH1010 (2012-12-05 02:45:16)
Offline
Offline
Last edited by JH1010 (2012-12-08 01:41:45)
Offline
Still more space? I would join.
Offline