message("Jetzt kommt Ende")
end
at last i can see the message box and then i get
"process terminated with status 255" :-( (@win8)
i search for the cause...
this block make trouble if the end command comes
function PlayerHacke()
//return //<<<<<<<<<<<<<<<<<<<<<<<<
spr=Player.spr
//60 bis 0 bis -60 bis 0 bis 50
SetSpriteImage(spr,imgSpitzhacke[1])
ClearSpriteAnimationFrames( spr )
AddSpriteAnimationFrame( spr, imgSpitzhacke[2])
AddSpriteAnimationFrame( spr, imgSpitzhacke[3])
AddSpriteAnimationFrame( spr, imgSpitzhacke[4])
AddSpriteAnimationFrame( spr, imgSpitzhacke[5])
AddSpriteAnimationFrame( spr, imgSpitzhacke[6])
AddSpriteAnimationFrame( spr, imgSpitzhacke[7])
AddSpriteAnimationFrame( spr, imgSpitzhacke[8])
AddSpriteAnimationFrame( spr, imgSpitzhacke[9])
AddSpriteAnimationFrame( spr, imgSpitzhacke[10])
AddSpriteAnimationFrame( spr, imgSpitzhacke[11])
AddSpriteAnimationFrame( spr, imgSpitzhacke[12])
AddSpriteAnimationFrame( spr, imgSpitzhacke[13])
AddSpriteAnimationFrame( spr, imgSpitzhacke[12])
AddSpriteAnimationFrame( spr, imgSpitzhacke[11])
AddSpriteAnimationFrame( spr, imgSpitzhacke[10])
AddSpriteAnimationFrame( spr, imgSpitzhacke[9])
AddSpriteAnimationFrame( spr, imgSpitzhacke[8])
AddSpriteAnimationFrame( spr, imgSpitzhacke[7])
AddSpriteAnimationFrame( spr, imgSpitzhacke[6])
AddSpriteAnimationFrame( spr, imgSpitzhacke[5])
AddSpriteAnimationFrame( spr, imgSpitzhacke[4])
AddSpriteAnimationFrame( spr, imgSpitzhacke[3])
AddSpriteAnimationFrame( spr, imgSpitzhacke[2])
PlaySprite( spr, 30, 1 )
endfunction
the problem at app end must be this command
AddSpriteAnimationFrame