you mean like a cheatsystem?
2 textboxes ,2 inputboxes and a button
thats it.
but what you need to think of, where you want to store the Login-information and how to access them.
hi,
i need a little help.
what i have:
a multilinetxtbox and 2 buttons(Load,Save)
What i want:
saving the content from my textbox to my textfile!
the loading part is working fine.
but when i click on save, nothing was applied to the textfile. Why not?
here to test it:
https://dl.dropboxusercontent.com/u/168576743/textest/index.html
I attached an image from my Event sheet
i hope ssomeone can help
greetings Yonda
Well what Kind of game do you have in mind?
Develop games in your browser. Powerful, performant & highly capable.
well your "Code" says:
as long as wave = 2 --> add 50 to health
and the system works every tick!
add a 2nd. var to your minions namend Level as Number = 1
system compare wave = 2
minoin.level is < 2 --> minion.health +50
minion.level set 2
would help if you post your capx
hitbox = sprite that is under the brick the width should be identical.
[BRICK]
(Hitbox)
EVENT
if PLAYER is overlapping HITBOX & ON COLLISION with BRICK
than ACTION
use a hitbox under your bricks and compare if the hitbox is touched and the brick is on collision that will work
try out physics
Playerobject with Instance Var's would be an option
yes its possible.
function is what you need here
TType= missle --> call missle
TType= bullet --> call bullet
Member since 22 May, 2012