Elan
03-11-2009, 10:02 PM
Okay, im feeling that im getting good at as now, but this is just wierd
im creating this shooting game, where you can upgrade your weapon
so to test the function, i made 3 buttons, and a character who shoots.
made all the codes, and told him to shoot bullet 1 when bullet1 variable is true and so on.
but when i tell the button:
on(release){
_root.bullet1 == true;
}
the variable doesnt turn true. it stays false :S
i dont understand anything now
ive tried with one = to.
what im i doing wrong?
i thought i knew this by now : /
im creating this shooting game, where you can upgrade your weapon
so to test the function, i made 3 buttons, and a character who shoots.
made all the codes, and told him to shoot bullet 1 when bullet1 variable is true and so on.
but when i tell the button:
on(release){
_root.bullet1 == true;
}
the variable doesnt turn true. it stays false :S
i dont understand anything now
ive tried with one = to.
what im i doing wrong?
i thought i knew this by now : /