Hello, maybe someone can help me to fix my problem, I want to put a 3D image but i dont know how to do it, i’m new in hype… recently I’m start to used adobe edge animation too and there I had the same problem but in this case found this tutorial: http://www.edgehero.com/blog/80/360-spin-tutorial and this one helped me to do it, exist a way to used the method of the tutorial but applied to hype? im new on programmation I don’t know how to do it…
Thanks for your help DBear it’s what I want to do , but how you do to marge the images? exist a limit of images because I have the sequence of the image and are 359 pictures…
number your images 1 through to 359. (e.g 001.jpg … 359.jpg)
upload them to your resources panel.
In the inner HTML of the rectangle (Edit->Edit Element’s Inner HTML) replace the line that begins image: with
images: '${resourcesFolderName}/###.jpg|1..359',
The previous example was just using 1 image with all the frames in it. This adaptation will use several images and make it into one complete sequence. NOTE* make sure the dimensions are the same as your images AND the src="" image is the first of your images.
DBear, I do what you told me, but when I see the preview, the image not appear… I don’t know if I make something wrong, I’m going to send you my hype project, maybe you can tell me in what part I’m wrong…
Thanks for your great help it’s works, but I have another issue I have 7 stages and each one have a different image and I try to make the same process and put the source that you send me, but when I see the preview just the image of the first stage works, and in the rest stages the pictures appears like a static image… I don’t know if I need change some values of the source?
I use this to make a model of an atom rotate and it works perfect.
But now i want to use it to control a time-lapse with a slider.
When moving the slider a clock shows the time and that’s no problem but I can’t figure out how to control the change of the images with the slider.
I can’t speak too much to the reel code, but Hype v4 has a new Sprite Sheets feature that would help in this regard. You could then setup a slider where the knob is animated for the same duration as the sheet and has an On Drag handler to control the timeline of both. Here’s a basic example: