User Tag List

Results 1 to 5 of 5

Thread: How to create rotating wheel object & harmful spikes

  1. #1
    Clicker Fusion 2.5

    Join Date
    Mar 2015
    Posts
    12
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to create rotating wheel object & harmful spikes

    Hi, I know how to make solid objects for my Sonic fangame, but here is one that I am trying to make, its a rotating wheel that Sonic spins around on, but I am trying to get it to rotate aka spin 360 degrees, I tried animating it using frames, but when I go to turn it in the editor one certain way it looks as if a tiny section is cut off., I also know how to make spike objects, and use the qualifiers 0 and 2 for them, but one problem is on the right side Sonic gets stuck and I have to struggle to get him lose, the top part of the spike is what I am trying to make dangerous. here are the images.spikes.pngWheel.png

  2. #2
    Clicker Fusion 2.5Fusion 2.5 Mac
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    zip2kx's Avatar
    Join Date
    Jun 2015
    Posts
    845
    Mentioned
    18 Post(s)
    Tagged
    0 Thread(s)
    I cant help with the circle.

    The spikes:
    You're going have to make fusion check for your player going downwards. What platform movement is you using? If it's the platform movement object you can check for something like "player is falling" combined with "Player collision with spike object".

    If you dont have PMO You can also try "Player direction is DOWN"+ Collision with spike object. Unsure how that will work though.

  3. #3
    Clicker Fusion 2.5 (Steam)

    Join Date
    May 2013
    Posts
    45
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If I understand the question about the wheel correctly you could try

    Every X seconds
    Set angle of "wheel" to "angle of wheel" -1 (for clockwise movement)
    Set angle of "wheel" to "angle of wheel" +1 (for anti-clockwise movement)

    Change the value to higher than 1 in both examples to speed up the wheel

  4. #4
    Clicker Fusion 2.5

    Join Date
    Mar 2015
    Posts
    12
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I tried to learn from an example I downloaded yesterday, it was a wheel that was multicolored, spinning wheel example is the name if I recall correctly, it had the alterable values, but were named velocity and angular, I tried using those codes for the wheel that I am making, but still no success.

  5. #5
    Clicker Fusion 2.5

    Join Date
    Mar 2015
    Posts
    12
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is the code that I am using for the spinning wheels in my game, I am using an example that I downloaded the other day.Example.jpg

Similar Threads

  1. List object mouse wheel scrolling question
    By mobichan in forum Fusion 2.5
    Replies: 2
    Last Post: 30th June 2016, 10:04 PM
  2. Box 2D Spinning Wheel (Wheel of Fortune)
    By iamjot in forum iOS Export Module 2.5
    Replies: 3
    Last Post: 5th September 2014, 12:24 PM
  3. make death spikes not an object
    By Winston in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 9th December 2008, 02:10 PM
  4. Create other directions by rotating this one?
    By Pleng in forum The Games Factory 2 - Technical Support
    Replies: 2
    Last Post: 9th January 2008, 03:17 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •