a little n00b question...

Shinra83

  • Posts: 2
Hiho (:

how can i create a button in the scene which give the player the ability to create an actor after mouse is pressing again?
I rly dont get it,actor is always spawning instant.


t4u

  • Posts: 418
I don't ge tyour post.

What do you want exactly. Show with pictures.
USE PICTURES WHEN YOU ASK SOMETHING!
If I helped you be sure to mention it in your game.

Tutorials + downloads:
http://t4upl.blogspot.com/

Hectate

  • *
  • Posts: 4643
MyButton:
If Mouse Was Pressed On Self
- Set "Create Actor Next Time" to True

If Mouse Was Pressed && Create Actor Next Time is True
- Create MyActor at X of Mouse Y of Mouse
- Set Create Actor Next Time to False
:
:
Patience is a Virtue,
But Haste is my Life.
Proud member of the League of Idiotic Stencylers; doing things in Stencyl that probably shouldn't be done.

Shinra83

  • Posts: 2