Jump to content

TrybALSpiriT Manga

Resident
  • Posts

    4
  • Joined

  • Last visited

Reputation

1 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. That's explain my mystake. But accord me that's strange to move that prim. Thx for reply
  2. Please, test that script, click one time ... you see "touched" then stay mouse clicked until the script say "on test" then move your mouse and see you can move that prim without any tool build just with the mouse ! I never said i want that script move my prim but Dora stipulate never change state on touch_start event, so it appear a small (knowed) bug but that bug is very strange and allow prim to move with mouse (if stay clicked). thx for your participation
  3. Sorry for my bad english, just i want to say with that script, if you stay cliked on prim when it is on default state it goes on test but if mouse stay cliked, it have a small bug (you can move the prim) without any tool. Dora Gustafson wrote: Move the prim? In what way? A piece of advise: Never change state in touch_start event! Replace it by a touch_end event handler :smileysurprised::smileyvery-happy: That's the cause. But strange bug result. Thx for replies
  4. Hello, i don't understand why, when you stay cliked on, you can move the prim. Don't know if it's normal or not. thx for replies default{ on_rez(integer pParams){ llResetScript(); } state_entry() { llSetTimerEvent(0); } touch_start(integer total_number) { llSay(0, "Touched."); state test; } } state test{ on_rez(integer pParams){ llResetScript(); } state_entry() { llSetTimerEvent(120); llSay(0, "In test."); } timer(){ state default; } }
×
×
  • Create New...