TOUR
PRICING
HELP
Stencylpedia
Blocks Guide
Sample Games
Developer Center
FORUMS
CHAT
#MADEINSTENCYL
EDUCATION
SIGN IN
×
Welcome back!
Username or E-mail
Password
(
Forgot?
)
C
OMMUNITY
Home
Issue Tracker
Inbox [0]
New Posts
New Replies
Search
Stencyl Community
→
Stencyl
→
Ask a Question
→
Resolved Questions
→
How to create multiple save files? [SOLVED]
Pages:
1
How to create multiple save files? [SOLVED]
Omniso
Posts: 192
August 05, 2016, 10:24:14 am
Hello, I was wondering how would someone go about creating several save files in a game. Would I just simply create a Game Attribute list and add each individual game attribute and when loading just return every attribute from that list and load the game? or is there another method to do so?
« Last Edit: August 05, 2016, 10:30:14 am by Omniso »
ceosol
Posts: 2278
August 05, 2016, 10:28:35 am
I would use a list or map. You could assign each attribute to a position in the list. When the player chooses a save slot, you could then assign all of your attributes based on the list.
Omniso
Posts: 192
August 05, 2016, 10:30:08 am
Okay, thanks ceosol.
captaincomic
Posts: 6108
August 07, 2016, 04:12:03 pm
There's also this extension with blocks to create different save files:
http://community.stencyl.com/index.php/topic,35612.0.html
Pages:
1