登入儲存進度並賺取分數!
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.