登录可保存游戏进度并赚积分!
Rpg Tutorial - Play it Make it -

Rpg Tutorial - Play it Make it -

开发者 stupid_games

Loading ad...

Rpg Tutorial - Play it Make it -

评分:
2.8
上架时间: March 07, 2009
最近更新: March 07, 2009
开发者: stupid_games

Rpg Tutorial - Play it Make it - 的标签

简介

Make a simple rpg using the buttons to navigate your way through the game .

评论

0/1000
Bizbuzz avatar

Bizbuzz

Jul. 06, 2009

1
0

Can you please make a more detailed version of this tut because i want to make mine with an inventory. and so when you earn money you can use the money to buy stuff

MeChandler avatar

MeChandler

May. 02, 2010

0
0

hi,
i am new to making games and so i am trying to make a game like this one

So far i know every thing but two things.

1.) I want objects to disappear once bought like in this game. so far im using this code
on(release){
sleep._visible = false
}

the only problemb is that it dissapears but if you exit and re-enter it still is there.

2) i want to have it so you can die (health=0)

thanks!,
chandler

gilfred70 avatar

gilfred70

Oct. 15, 2009

0
0

you can also write it like this,
on (release) {
if (_root.en > 24)
{_root.cash +=50;
_root.en -=25;
}}

gonzalo75 avatar

gonzalo75

Sep. 24, 2009

0
0

hey could you expain me how do i do i can raise stats!

photoshopmaster avatar

photoshopmaster

Aug. 18, 2009

0
0

When I am doing the on(release) thing well, the frames play, when I put in the Layer 1 actionscript tablet thing and put stop(); then the buttons don't work, anyhelp.