Pete Nattress Cheesy Bits img src/uploads/sccheesegif
Registered 23/09/2002
Points 4811
26th June, 2003 at 13:05:24 -
as for hosting your games for free, try seeing if your ISP offer you free space. if that fails, i uses Lycos Tripod - www.lycos.co.uk - as a place to host files. it aint perfect but it does me.
(oritinal title: How can I make Sealboy (1 of pos 2 playabul chartuars in a game I am making) charge up and use a different attack? And what about hosting my games for free?)
"Now I guess we're... 'Path-E-Tech Management'" -Dilbert
It's better if he uses one of the alterable values of "Sealboy" (if there is one available), or if he uses the alterable value of another active that doesn't get destroyed. Counters take up more space.
<first, you set up the charging key>
* Repeat while "key" is pressed
---
= Add to counter 1
<if the player lets go of the charge key before they are fully charged>
* [Negate] Repeat while "key" is pressed
+ Counter = less than right number
---
= Set Counter to 0
<if player lets go of the charge key when attack is ready>
* [Negate] Repeat while "key" is pressed
+ Counter = (right number for full charged attack)
---
= Perform special (whatever it may be)
+ Set Counter to 0