How to put a 3d animation or 360 spin of an image on hype?

Hi @emmanuel

  1. number your images 1 through to 359. (e.g 001.jpg … 359.jpg)

  2. upload them to your resources panel.

  3. 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.

D