need help in animating mechanisms using c#

http://www.ibrahimcayiroglu.com/Sayfalar/Mekanizma_Animasyon_Ornekleri-1.aspx this is supposed to be an assignment but i cant do it im supposed to animate shape no.22 with c# using net from work but i cant get the hand of it
11 Replies
JakenVeina
JakenVeina7mo ago
$details
MODiX
MODiX7mo ago
When you ask a question, make sure you include as much detail as possible. Such as code, the issue you are facing, and what you expect the result to be. Upload code here https://paste.mod.gg/ (see $code for more information on how to paste your code)
Kaplan Mostafa
Kaplan Mostafa7mo ago
$code
MODiX
MODiX7mo ago
To post C# code type the following: ```cs // code here ``` Get an example by typing $codegif in chat For longer snippets, use: https://paste.mod.gg/
Kaplan Mostafa
Kaplan Mostafa7mo ago
BlazeBin - cvzrlkxymuri
A tool for sharing your source code with the world!
Kaplan Mostafa
Kaplan Mostafa7mo ago
it is supposed to animate as shown in the wensite but i cant
JakenVeina
JakenVeina7mo ago
why not?
Kaplan Mostafa
Kaplan Mostafa7mo ago
we just started this part of the lesson and i dont fully unerstand it
JakenVeina
JakenVeina7mo ago
what're you having trouble understanding?
Kaplan Mostafa
Kaplan Mostafa7mo ago
I did not understand how I could write the animation code, but it was fine. I found a source and learned from it how I could move the shape. Thank you very much.
JakenVeina
JakenVeina7mo ago
o7
Want results from more Discord servers?
Add your server
More Posts
Can't understand why this solution for a HackerRank problem is not workingHere is the link to the problem: https://www.hackerrank.com/challenges/count-triplets-1/problem?isFuUploading a picture, clicking a pixel and getting it's colour (Xamarin.Forms)I have a problem, I need help with a program that allows you to upload a picture from your computer ✅ Use Roslyn to auto-generate overloads of methodI'm working on some code and the amount of overloads I'm having to write is very quickly getting outSplit IEnumerable<XElement> into separate lists by Attribute ValueI have a variable set of XEelements (IEnumerable<XElement>) like so: ```xml <genre id="2892" nomcouProvided Microsoft code is throwing errorHi! I am trying to go through this learning module: https://learn.microsoft.com/en-us/training/modulNullReference ExceptionHello, I have this application that retrieves data from the TMDB API, but when I click on Details t❔ sonic modding projecthttps://github.com/CCIGAMES/Sonic-Hybrid-Ultimate I have a project that is a c# mod/extension of thetrying to create a function that returns the list from even numbers to odd numbers``` public static Node<int> EvenOdd(Node<int> head) { Node<int> curr = head; ✅ VS "cs1525 invalid expression term '{' " error when I change a variable value in debug modeHi everyone, and yes I know the error message is very clear and understandable. I've just upload thetrying to create a function that returns the list from even numbers to odd numbers, please help``` public static Node<int> EvenOdd(Node<int> head) { Node<int> curr = head;