Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Click here to join us on IRC (#charas on irc.freenode.net)!
Charas-Project
»
Game Creation
»
Requests
»
Tutorials
»
Point system after a victory
« previous
next »
Print
Pages: [
1
]
Author
Topic: Point system after a victory (Read 2328 times)
neb87
Zealot
Posts: 627
Point system after a victory
«
on:
September 23, 2008, 02:12:35 AM »
I am making/reviving a game and wondering if there is a way to make a screen after a victory(After beating a "level"), after a short mission, such as in sonic(game has nothing to do with sonic of coarse), which will calculate the score for how much health you have, gained skills, monsters killed, time etc and to be Talley up to a total score.
Oh and how is everyone, been a long time since i been on here, discovered a project I was working on a while back while cleaning computer, seems promising.
Logged
Meiscool-2
Sage
Posts: 7,030
If you support n00bs, you support communism.
Re: Point system after a victory
«
Reply #1 on:
September 23, 2008, 03:55:05 AM »
Using pictures and varibles you can do this pretty easily.
Logged
Most Recent:
________________________
Old Stuff:
Prpl_Mage
Administrator
Sage
Posts: 7,644
The Administrator Mage
Re: Point system after a victory
«
Reply #2 on:
September 23, 2008, 06:06:17 AM »
As Meis said, just make some event that calculate points depending on your numbers - then open up paint(take a screenshot of some cool screen/whatever) and make what you need, including the text.
Then import the pictures and have the "background" cover the screen once the level is cleared and then just have the right numbers pop up at the right place on the background.
Logged
Cool RPGM Project!
Sprite till you die
Oh my god, this was ...10 years ago...
zuhane
Freakalicious
Leader
Posts: 2,192
Kill me
Re: Point system after a victory
«
Reply #3 on:
September 23, 2008, 07:38:38 AM »
The part of that I don't get is matching numbers to variable pictures. Certain games with CBSs show the damage done to the enemy in numbers. How? Do u have to make like a battle animation for every single number?
Logged
Geese ruined my life.
https://soundcloud.com/tom-kingston-3/geese
Prpl_Mage
Administrator
Sage
Posts: 7,644
The Administrator Mage
Re: Point system after a victory
«
Reply #4 on:
September 23, 2008, 08:58:18 PM »
That or make pictures show up for every single number.
Kinda like:
If: "Clear time" is (equal to a variable wich is the same as a timer:) "2.30" or lower
Change variable "time score" to: "50"
Branch!
If "time score is equal to: 50
Show picture "50" at X&Y
If time score is equal to: 45
Show picture "45" at X6Y
It takes some time and a lot of repeating coding. There might be easier ways but none that I'm aware of.
Logged
Cool RPGM Project!
Sprite till you die
Oh my god, this was ...10 years ago...
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
Tutorials
»
Point system after a victory