lionz's Forum Posts

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • It is because tile movement moves on a grid so it's trying to move to the grid position from the previous layout (because the object is global). Instead of set x, use set to grid position 0,4 or 0,5 they are the entrance locations.

  • You didn't ask anything, what do you need help with?

  • Well it's good that you're excited about that I guess :)

  • Probs share project, not sure why that would happen if they're the only events.

  • So the bullet is moving too slow or what's the problem? We can't really see what you're referring to.

  • Try creating a new advert on ad complete or on ad cancelled then when you select Yes just show it.

  • Try and work out where it's spawning from

  • You could get rid of the trigger once they're not needed and replace them with Else except for the first condition, it would work.

  • It runs both the events in same tick because both events are true when you tap at 3. You should add the conditions into a single event as sub events with an Else.

  • Tree is tiled background right? Good, it's sorted then and no problem :)

  • But are the fly and tree in a container? Look at the properties of the fly object. Or check out containers in the manual.

  • The yellow highlighting means you've probably put the fly in a container with a tree. When you spawn a fly it will also spawn a tree. My guess is you've done this accidentally?