im making an rpg kind of game
and i have this code so that it does random damage from 0-20
but i want it to do 10-20
anyone know anything that can help
code
on (release) {
_root.attack = _root.attack=random(20);
}
im making an rpg kind of game
and i have this code so that it does random damage from 0-20
but i want it to do 10-20
anyone know anything that can help
code
on (release) {
_root.attack = _root.attack=random(20);
}
:: Copyright KIRUPA 2024 //--