playMaker

Author Topic: [SOLVED] breakable objects!  (Read 3673 times)

cptsvim

  • Playmaker Newbie
  • *
  • Posts: 14
[SOLVED] breakable objects!
« on: July 15, 2012, 02:43:59 AM »
Hi there,

I´m trying to figure out how to pick up an object. Coin,fruit,letter,number and so on.
There´s a great video tutorials called 05-breakable objects about it but...

I followed the video 8 times from scratch now and still it won't work. Does anyone have a "scene" on this one? I just don´t get what I do wrong all the time.  The coin refuse to go away.

Best

Cptsvim
« Last Edit: July 22, 2012, 02:46:19 PM by Alex Chouls »

terrymorgan

  • Junior Playmaker
  • **
  • Posts: 65
Re: breakable objects!
« Reply #1 on: July 16, 2012, 09:23:33 PM »
http://terrymorgan.net/playmaker/playmaker.html

at the bottom

The FPS tutorial on the unity site also has health pickups and exploding (not into pieces though)
items, and you can (probably) save their state, unlike playmaker FSMs.

cptsvim

  • Playmaker Newbie
  • *
  • Posts: 14
Re: breakable objects!
« Reply #2 on: July 19, 2012, 10:52:57 AM »
Hi, thanks for your feedback.  :)
I tried to copy the "coin" from that scene
and somhow my character dont pick it up.

I must have missed to add something to my character?

cptsvim

  • Playmaker Newbie
  • *
  • Posts: 14
Re: breakable objects! SOLVED!
« Reply #3 on: July 21, 2012, 06:35:28 PM »
I had to change the "collide tag" option to player. :) Christopher Orth gave me the answer. Thanks..