Questions tagged [trail]

70 questions
0
votes
1 answer

Pygame Trail Leaving

Alright so, i'm currently working on a big pygame project. I'm actually working on building a tank game, based on space invaders. The issue is(i mean it's not necessary, but whatever) that whenever my tank moves left or right, i want him to leave a…
0
votes
1 answer

So my bullet prefab shows trail when dragged into the scene But not when I play it

So when in scene mode the bullet prefab shows the trails but when I hit the play button it doesn't show any trails whatsoever. I am trying to make a top down shooter with unity. I am new to this, please help much appreciated. While playing it…
SagarRawat
  • 135
  • 2
  • 10
0
votes
2 answers

Open date strategy variable

sorry my english. Im not native speaker. Hi all, i have a dude about stops in Pine-script. I'm tring to make a specific trail stop in my strategy script. I want to make a for loop to evaluate all candless from open strategy date until today. Has…
0
votes
1 answer

Trail of nodes along a path as in hello world

hi I have a node traveling back and forth along a path. I am trying to integrate the moving shapeNode as in the hello world example to trail my moving node. I'm using a trigger from frame update to trigger the copying of the shape node. And using…
oldman
  • 145
  • 1
  • 15
0
votes
1 answer

Drupal 8 active menutrail in navigation

i have a drupal site and i have a mainpage called "brands". this page has subpages e.g. "brand1". the mainpage (brands) is in the mainnaviagtion and when the page is open the navigationpoint "brands" is active (another color). now i want to have…
paul
  • 97
  • 1
  • 2
  • 12
0
votes
3 answers

Count number of trails and live based on a month in SQL

I have the following table in my database where [start date] and [End date] data type is in datetime CompanyID ServiceStartDat BillingStartDate 1 03/01/2010 03/02/2010 2 12/01/2010 12/02/2010 3 15/02/2010 …
ADALINA
  • 3
  • 1
0
votes
1 answer

Path Line using in andengine

I want to make a paint game in andengine. There is my codes. How can i use them in andengine? Or is there anything like drawPath in andengine? I tried to add Rects or Lines for drawing but my FPS was 10-15. import android.content.Context; import…
A.O.92
  • 13
  • 1
  • 5
0
votes
1 answer

Capturing user who changes database

I work on a few projects with a front end recently moved to vb.net, the back-end's remain in access .accdb format. With an Access front end I was able to set up some data macros that captured the username of a person making changes and record them…
0
votes
1 answer

libgdx - trail effect with particle effect or animation

I'm trying to create a sort of "trail effect" behind my player when it's moving. Something very similar to the one in this app https://youtu.be/W9ZP1i1CoRo. I don't know which approach could be the best or the easier. Could I use some particle…
0
votes
1 answer

Unity3D: Trail Renderer for no-moving object

In my game, my player (a ball) doesn't move in the x-axis. The ball just can jump (y-axis). The level is always translating in the x-axis and give to the player the sensation the ball is moving. My question is : Is it possible to add a trail…
ababab5
  • 284
  • 4
  • 14
0
votes
1 answer

create user audit trail in microsoft excel 2010

I need to create a basic user audit trail in Excel 2010 tracking changes to certain cells by different users not signing into a PC (shared PC)
user3512857
  • 1
  • 1
  • 1
0
votes
2 answers

AS3 create a trail of movieclips following each other

So, I'm trying to get a few movieclips to follow it's precursor and have the last one follow the mouse. The problem is I'm creating them from code instead of using the interface and, since I'm not an expert, I can't get them to work. All I have in…
0
votes
1 answer

Leave a body trail with jquery

I've been trying to create an effect using jquery that when you run the mouse over a div, the whole body moves, leaving a trail along the points it passed. I created a function that enabled the whole body to move, but I couldn't find a way to leave…
Bruno Barbosa
  • 165
  • 1
  • 2
  • 9
0
votes
1 answer

In yii how do I log every user's requests or actions for audit and analysis

i want to log every visitor's behavior authenticated user or guest visiting ip time sequence of the requests database read/write (if any) log out time (for authenticated user) , or session over time (for guest) how do i achieve that? thank you…
0
votes
1 answer

Easing trail with sine algorithms in Processing

Here is my source code: int index; int num = 60; float mx[] = new float[num]; float my[] = new float[num]; float explosion; float x; float y; float px; float py; float xold; float yold; float xplode1; float yplode1; float xplode2; float…
ToXic73
  • 332
  • 6
  • 15