also, for basic playing the thing if you cannot get it to work and you are de-bugging/fixing it;
Press f12 to show it as a HTML show
press ctrl+enter to show its a flash video. I found this out while experimenting, it is really helpful.
thanks kienan. I would also like to punch gameplayer (he will be on the next page of comments) for saying that this game is boring. If he means the game you make, what does he expect; you to be able to instantly make a 'feudalism' or an 'endless war' or a 'sonny' game through a basics tutorial. If he means the tutorial as a game, i want to whack him over the head for saying such an idiotic comment.
class EnemyShip extends MovieClip
{
var speed;
function onLoad()
{
_x = 850;
_y = Math.random()*200+(Math.random()*60);
speed = Math.random()*5 + 5;
}
function onEnterFrame()
{
_x -= speed;
if(_x < -100)
{
this.removeMovieClip();
}
}
}
This is a working code for EnemyShip. You must remember to save the file EnemyShip (the name of the movie clip)
Hey, i done everything right i think, but when i try to link the two scrolls, it wont work. I got the pixel length right, and i got everything moving, but i cannot see the second image, so it just scrolls through the picture, then appears at the end.
omg, i found an upgraded rapier at lvl 6. i now hit 14k. Before i 1 hit killed everything. Now i overkill anything i fight. I really think this game's attacking system needs to be remodelled.
there needs to be a weapon level restricion, a load more quests, and hp should excede 100 at the beginning on these types of game, otherwise calculation errors makes it really hard at certain points of the game. for example, when i fight a captain, i hit 3x more than what would kill myself, which really shouldnt happen, and the captian hits half my health, but i still win fights against them.
you really do have to pay too much to play the full game, and after 10 minutes for me, the game laggs and breaks. Apart from that 5/5, if there was more, i would rank more. If this was a psp or nds game, it would sell. But because it is a Computer gtame you need to pay for, 4.5/5, because it is a computer game, teh processing speed is bad, and makes me crash, so 4/5.
lol, end of my experiment run, i had 255k. THERE IS NO POINT OF HAVING A SURVIVAL RUN! If there was, at lvl 16 i would have at least all lasers lvl 3, next round, all lvl 5.
there is not much point to having a survival mode, the enemies are so weak compared to the laser cannon, and by lvl 12, you don make much of a difference, if you are about do die without you there, you would of died with you there. I also typed this while doing lvl 15. And finally, there should be qa difficulty option, a score and all guns except laser should gain power. I was experimenting, and 20 seconds in the last lvl, one of my elevators was about to break, the one with all lvl 5 machine guns, when i switched in my lvl 3 lasers, the whole row of enemies died within 5 seconds.