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
→
Extensions
→
Extension Ideas
→
On-Line Database Extension (Parse.com) = Abandoned
Pages:
1
2
3
4
On-Line Database Extension (Parse.com) = Abandoned
QkyGames
Posts: 125
August 28, 2014, 06:25:59 am
Hi ,
This extension works in Stencyl OpenFL 7346?
follow the steps in the video, but the list is always empty.
sorry for my English.
Maxi.
mdotedot
Posts: 1654
August 28, 2014, 12:08:10 pm
Hello QkyGames,
Since I'm in work-in-progress and don't like to change Stencyl versions I can't confirm. It works in 7316, so maybe you can get a hold of a previous version and check.
Did you test Native platform like Windows and/or Mac. Flash has limits how you publish it before it even works (It taps in to Javascript for Flash connectivity to work)
Best regards from
M.E.
Proud member of the League of Idiotic Stencylers! Doing things in Stencyl that probably shouldn't be done.
QkyGames
Posts: 125
August 29, 2014, 12:29:59 pm
Hi M.E,
works perfect
I created a class called Leaderboard, with new columns (level, user_id and score.)
how I can add a new row?
how to add values to the columns?
sorry for my English.
Maxi.
mdotedot
Posts: 1654
August 29, 2014, 10:50:07 pm
Hello QkyGames,
The latest example was made recently and it does not use the GUI extension so it is a little bit smaller and hopefully a bit easier to follow. There are still a lot of steps and 'after x' seconds to wait for it to work:
https://dl.dropboxusercontent.com/u/107982821/parse/parse.stencyl
Hope this helps
Best regards from
M.E.
Proud member of the League of Idiotic Stencylers! Doing things in Stencyl that probably shouldn't be done.
QkyGames
Posts: 125
September 01, 2014, 06:29:15 am
Hello M.E. thanks
I can not understand how it works.
My App: Smashed Paints
My Table: leaderboard -> columns: ObjectID, level, createdAt, updateAt, ACL, user_id, score.
how I send the data to parse?
level: 1 user_id: 100, score: 1500 for example
and how do I read? for example the three first score.
regards.
Maxi.
mdotedot
Posts: 1654
September 01, 2014, 09:20:20 am
Hello QkyGames,
It can be done with Parse, but it requires a lot of blocks.
That is why I teamed up with SadiQ to work on the Nuggeta engine which is much better equiped to handle these things.
The example that puts an email in the database first reads the email from the database. Basically you need those blocks for this as well.
The parse extension in Stencyl only uses Strings, so you need to fetch all the rows and do a comparison yourself or to use leading zeroes for the score so that the string comparison works a bit better. Either way you would need a lot of blocks.
It takes a long time to make the examples and I can't afford to spend it on making an example specific for you so I hope you manage on your own or take a look at the Nuggeta implementation which is much easier.
Best regards from
M.E.
Proud member of the League of Idiotic Stencylers! Doing things in Stencyl that probably shouldn't be done.
QkyGames
Posts: 125
September 01, 2014, 09:56:12 am
Hello M.E,
thanks for your quick response.
I'll have a look at nuggeta.
thanks for your help and sorry for my English.
regards.
Maxi.
Max Finch
Posts: 2174
September 14, 2014, 06:59:04 pm
Does this work with Parse Analytics?
mdotedot
Posts: 1654
September 14, 2014, 09:44:55 pm
Hello Max,
This extension works with REST only. Not knowing what parse analytics was I searched and found a class.
So far I know this is not part of the REST framework.
Best regards from
M.E.
Proud member of the League of Idiotic Stencylers! Doing things in Stencyl that probably shouldn't be done.
Max Finch
Posts: 2174
September 15, 2014, 04:59:11 pm
Bummer :/
doctorfox
Posts: 21
December 18, 2014, 04:46:49 am
So it appears Parse and Nugetta have taken a one-way ticket to the graveyard of startups.
What went wrong?
altobi
Posts: 86
February 18, 2015, 12:35:39 pm
Any hope for this extension anymore?
Android
-
Flappy Bear Free
-
Drop The Fox
iOS
-
Flappy Bear Free
-
Drop The Fox
mdotedot
Posts: 1654
February 18, 2015, 12:48:21 pm
Due to the complex communication this is abandoned in favour of more controlled communication with a dedicated server.
There is currently a high-score extension and work is done on Turn Based system including a Lobby server that handles shared data.
I refer to:
http://community.stencyl.com/index.php/topic,37281.0.html
Best regards from
M.E.
Proud member of the League of Idiotic Stencylers! Doing things in Stencyl that probably shouldn't be done.
FranAlt
Posts: 169
February 28, 2015, 12:02:53 pm
Its not working right now, it it?
Swipe
- FREE
Cloud Run
- FREE
iOS
Android
Android
mdotedot
Posts: 1654
February 28, 2015, 12:25:26 pm
Current State: Unknown
Future: No development by M.E.
Result: Abandoned
Best regards from
M.E.
Proud member of the League of Idiotic Stencylers! Doing things in Stencyl that probably shouldn't be done.
Pages:
1
2
3
4