Converting Ring Menu into 1-Scene CMS

Started by Landith, February 05, 2009, 11:22:51 pm

Previous topic - Next topic

winkio

ok, this is how I would do it:  make a property of the window that holds the value for yspeed.  Then, set an equation for yspeed (example: yspeed = 30 - yposition/5)  Then, it's simply a matter of stopping at end conditions (example: yspeed == 0 and yposition == 150)  An alternate method would be to define acceleration, and then add it to the speed each time.

Landith

Oh That would make it easier to animate windows
Alright but that would just be for the windows going down right?
Like windows de animating won't go faster as they go off the screen right?

Also, I decided that since teleportation is so specific I won't include it when I release it to the public and make it save instead and not include fantasists script although I'll use it
Now should I make my own save window or leave it just $scene = Scene_Save.new? That way people with different save menus can use that instead.


G_G

I would just keep it Scene_Save in my oppinion. Because when I make a traditional rpg again I'll use CP's Save Layout and I really would like to use this when I do but if it had its own save window I probably wouldnt use it. But thats just me.

shdwlink1993

I also would just make a new scene for saving. There's so many different scripts with such varying settings and customization, .

(Also, it wasn't Fantasist's Teleportation Script, Landith :P... But thanks for using it!)
Stuff I've made:




"Never think you're perfect or else you'll stop improving yourself."

"Some people say the glass is half full... some half empty... I just wanna know who's been drinking my beer."

G_G

ladntih's referring to fantasists temp save script she has that for Scene End

shdwlink1993

Oh... :shy: Sorry about that. :^_^':

Anyways, it's a great script, Landith. Wonderfully done.
Stuff I've made:




"Never think you're perfect or else you'll stop improving yourself."

"Some people say the glass is half full... some half empty... I just wanna know who's been drinking my beer."

G_G

I make mistakes too shdwlink. One of the members on here were trying to get a team but mistakebly I thought it was landith and his game. But it was someone elses.

Landith

Okay then, I'll try to do what Blizzard did and make a new save scene but make it where you can configure it to use your own scene.

@shdwlink1993: I know it was you who made the teleport scene (which is really awesome by the way):), I was refering to Fantasist's Temp save option after you chose exit instead of displaying Title Shutdown and Cancel it will ask if you would like to quick save before closing, but I decided to just go with the original end window.