Flash End-of-Life, Ruffle Integration!
This game runs on Adobe Flash. Effective Jan. 2021, Adobe began blocking its flash player's use everywhere. Kongregate is now partnering with Ruffle to make some of our Flash content playable again. Please note: If you are using Ruffle, badges will not work normally. In order to earn a badge in a Flash game, you will need to complete the badge, then submit a screenshot (showing both proof of completion and your username) as a missing badge report using the report missing achievement option. Also, please join us in the Kongregate Discord for all the latest Kongregate news!
Rpg Tutorial - Play it Make it -
開發者 stupid_games
Rpg Tutorial - Play it Make it -
Rpg Tutorial - Play it Make it - 的標籤
遊戲簡介
Make a simple rpg using the buttons to navigate your way through the game .
留言
Bizbuzz
Jul. 06, 2009
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
May. 02, 2010
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
Oct. 15, 2009
you can also write it like this,
on (release) {
if (_root.en > 24)
{_root.cash +=50;
_root.en -=25;
}}
gonzalo75
Sep. 24, 2009
hey could you expain me how do i do i can raise stats!
photoshopmaster
Aug. 18, 2009
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.