User Tag List

Results 1 to 3 of 3

Thread: FlappyBird like movement.

  1. #1
    Clicker Fusion 2.5Android Export Module

    Join Date
    Jan 2014
    Posts
    74
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    FlappyBird like movement.

    So I am new to this program and I am just messing around. I have made a custom jumping command which works beautifully but I need help making it automatically scroll. Im not sure how to do this, also how would I make the obstacles spawn at random each time?

  2. #2
    Clicker Multimedia Fusion 2SWF Export Module
    Jacob's Avatar
    Join Date
    Jul 2007
    Location
    Second pixel to the right
    Posts
    3,208
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The trick is to not actually scroll, but just move the obstacles toward the player. When you create an object, Fusion automatically selects that object and will only apply actions to it. So you can do Create Object Pipe at 0,0, and then Set X Position of Pipe to 640 and Set Y Position of Pipe to random(200) to create varying heights of pipes. Then if you have a separate event Always: Set X Position of Pipe to X( "Pipe" ) - 5 they will move to the left and give your game the appearance of scrolling.

  3. #3
    Clicker Fusion 2.5Android Export Module

    Join Date
    Jan 2014
    Posts
    74
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks! I will try this out. You are awesome!

Similar Threads

  1. Move player with touch calling lef/right movement from Predefined Movement
    By Matriax in forum Android Export Module Version 2.0
    Replies: 3
    Last Post: 13th February 2014, 04:51 PM
  2. Movement synchronization issues (physics spaceship movement)
    By SecondSons in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 24th January 2014, 10:52 PM
  3. Platform movement on Active objects using Nifflas' basic movement widget
    By ac3raven in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 18th October 2012, 02:16 AM
  4. Spaceship movement left and right trought bouncing ball movement instead 8 direction?
    By daryuss in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 22nd May 2012, 09:33 PM
  5. Custom Movement problem (Horizontal movement)
    By KiteRyagara in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 7th June 2008, 03:40 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
  •