lucid's Recent Forum Activity

  • Scavengrove, please make sure that your .scon file is saved with the C2 objects from the screenshot above when importing, and if that's the case, we can work from there

  • plugin changelog 11/25/13

      <img src="smileys/smiley38.gif" border="0" align="middle">Fixed a bug that was causing performance issues <img src="smileys/smiley38.gif" border="0" align="middle">Fixed a playback issue for projects with shifting pivot points <img src="smileys/smiley38.gif" border="0" align="middle">Plugin now takes advantage of the new save data to speed up the loading process <img src="smileys/smiley38.gif" border="0" align="middle">Plugin now automatically searches for the .scon version of the file, if you leave the .scml extension in the properties pane

    Please make sure you're enabling the additional Save Options in Spriter:

    <img src="https://dl.dropboxusercontent.com/u/1013446/forumstuff/custSave.png" border="0">

    Also, for anyone who's not active on our forums, there's a new build of Spriter that fixes a stability issue with the previous build

  • Thanks everyone for your patience if you sent me a capx, and I haven't responded yet. I've been busy with the latest update to Spriter, which is available now on our forums.

    It seems the main issue people are having is with the latest update requiring both the .scml and .scon formats in C2. Scml for c2's import process, and .scon for the runtime. Also, please make sure in the scml object's properties, the project file is set to .scon instead of .scml.

    Roccinio, if you haven't already sent me a capx, please do at lucidzgw@brashmonkey.com. The short answer though, is that if you can't set each instance's current animation, entity, etc individually, then there's either a problem with your events, or a previously unknown bug in the plugin.

    To everyone, you can expect more updates to the plugin over the next few weeks catching up to Spriter's full pro feature-set. Please keep the suggestions/bug reports coming. Also, let us know if there's anything in particular you'd like future tutorials to focus on.

  • please do send it to lucidlss@brashmonkey.com

  • plugin changelog 11/18/13

      <img src="smileys/smiley38.gif" border="0" align="middle">Fixed a bug that made it so setting a the object's size ratio before the character loaded would be ignored

    lucid also when i set pixel rounding on NEW PROJECT TAB and i preview, my animation gets distorted. its like pixels move back and forth while he animates.Thanks for the bug report, will have to look into this.

    Hi, I just import a scml object like I used to do. and I get this error when I run the layout

    (Chrome)

    Unexpected token <

    lease watch the video above to make sure you have all of the instructions, but I believe the problem is that in the object's properties the default is .scml, rather than .scon. The new plugin requires the .scon file to be specified there. This is just a temporary thing. I forgot to mention this to Ashley, but I'll let him know, as this is a C2 side thing.

    lucid

    1)i still have the exact same problems with the new plugin.

    no matter what animation i set at "properties" -> "starting animation" it always plays the first default animation that i saved in spriter. e.g "idle" instead of "run".

    this problem is "solved" only with the "wait 0" command during sprite initialisation. this also applies for the size of the character as well.

    2)the proper animations play ONLY when a certain condition is met in the code (e.g "platform on moved")the SECOND time.

    possibly the problem has to do with the way the sprite is initialised?

    I tried to reproduce your bug, and I did!, but originally thought it was a plugin problem, I ended up fixing it by removing the quotes from my default animation name, I had "walk", and in the debugger it came up as ""walk"", and it couldn't find an animation named that. let me know if that was the problem, if not please send me the capx if possible, because it's working for me.

    lucid

    On initialized>> Set object scale - isn't working anymore. I updated the C2 plugin and imported scon-files and everything is now unscaled. I don't remember if Mike covers it in the video, but you should no longer use on-initialized to set the objects anymore. That should now only trigger once per file on a layout. However there was another issue probably stopping from working at least once, or from working At Start of Layout, where I recommend you move those initialization actions. That's fixed with the new version of the plug.

    Thanks again everyone for the bug reports.

  • Thanks for the bug reports guys. I'll take a look

  • Please note this version of the plugin requires the .scon save option from the latest build of Spriter. Also, this plugin doesn't yet work with all of the new Pro Features (char maps, collision boxes, points, skins). Lastly, for the time being, this plugin requires both the scml and scon versions of the file.   Please see the video below for additional details

    plugin changelog 11/16/13

      <img src="smileys/smiley38.gif" border="0" align="middle">Fixed several bugs with movement jerks at points when transitioning between animations <img src="smileys/smiley38.gif" border="0" align="middle">Fixed an issue where setting the animation before an item initialized would be ignored (like at Start of Layout) <img src="smileys/smiley38.gif" border="0" align="middle">Fixed an issue where each new instance of an scml object was reloading the file<img src="smileys/smiley38.gif" border="0" align="middle">Added support for the new .scon format. This makes projects load faster, and exportable with CocoonJS

    [tube]OvnEh6v_oSE[/tube]

  • I sent him the specs today. Should have at least an update with the bug fixes, and json support soon, even if it doesn't have any of the new features yet.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • it is probably not a corrupt file. There were definitely issues with setting an initial animation, and some other problems with switching. The next version of the plugin resolves a few of those, and may fix your problem.

  • So I'm back with wanting to move the whole animation from here:

    http://i.imgur.com/HY5XiWk.png

    to here:

    http://i.imgur.com/TooV1cn.png

    without it doing this:

    http://i.imgur.com/EGZ35dP.png

    how can I do? Thanks for reading

    The last two images are the same as far as I can tell.

    lucid

    I love this plugin, very cool and super easy to use. However, it doesn't work with cocoonjs exports... will this be implemented at some stage? If so I would def spend $25 on buying the pro version. I feel that it would allow users to really compete with the big boys.

    Yes, my working copy already works with cocoonjs. There's a few small things I need to do, but I'll be releasing a cocoonjs compatible version soon.

  • Quick question, I was just experimenting. I imported the Grey Guy demo that you provided us into Construct 2, but when I play it back in Chrome, he looks jittery. The animation is just not as smooth as it looked when I opened the guy in Spriter itself. The game says it's playing at 60fps. Is this normal, or is there something affecting the animation to make it not play as smooth as it appeared in Spriter?

    Please send me the capx at lucidbuf@brashmonkey.com and I can take a look. There are some playback issues fixed in the next version of the plugin so that may be it, or it may be a bug in the plugin or an issue with the events.

    How will you be able to update a Spriter object once it's on a C2 project?

    I mean, if I do changes to the animations, add more PNGs to it and so... will I need to re-import it and replace all the events? Or will there be a better way to do it?A few versions ago Ashley made it so reimporting gets rid of the objects no longer in use, but keeps the events from any objects that were in both versions, and of course creates new objects when necessary

    Hello friends,

    How can i use Spriter object that has 2 animation?

    i want to use two or more animation with my character.

    Thanks in advance.As BluePhaze said, just drag the scml file into the canvas. In your event sheet, use the Set Animation action.

    lucid

    Trying to download the b5 update. Is your site OK? I also tried to sign up to your forums, and I'm yet to receive an email.

    Should be fine, we had amazing spam issues, and so we manually activate each user after they post a nonspam post. I just activated your account though, so you should be good

  • In the meantime, there is some other good news. The first two Spriter Art Packs have been released!

    Preview them here!

    Read the full announcement here.

    On a related note, the previews are running on my current version of the plugin, and can be exported to cocoonJS. They also load a little faster using the new scon(json) format. The previous release had a problem where it would load the file each time a new instance was spawned. The plugin will now only load once when the first instance is created.

    Thanks for your patience everyone. We're almost there.

lucid's avatar

lucid

Member since 16 Jan, 2009

Twitter
lucid has 25 followers

Connect with lucid

Trophy Case

  • Entrepreneur Sold something in the asset store
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Coach One of your tutorials has over 1,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

24/44
How to earn trophies