Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 69ashton

    reinstalled win 10 and now sound card stopped working

    I have reinstalled windows 10 and my sound stopped working. How can i get the sound to work?
  2. 69ashton

    put items in correct boxes code for flash

    Hi i am looking and developing my AS3 flash skills i want to change this code, so the ball moves only when it is clicked on, how can i do this? http://files.engineering.com/getfile.aspx?folder=06832b4e-2a7b-4840-a535-41ae8a5cbcbb&file=mouse_movement.fla
  3. 69ashton

    put items in correct boxes code for flash

    I am learning some AS3 code and I was experimenting with button code I have attached the code, not relevant to what i want to do, but i have to start somewhere. I need some help with code for mouse movement where an object (plastic bottle) is dropped into a box. Thank you for any help or...
  4. 69ashton

    put items in correct boxes code for flash

    I used flash many years ago, when it was something called macromedia flash 8 and then cs version 1, 2 etc. I have CS5 installed but have forgotten how to code a lot of the stuff and also have not used AS3 for a long time. I want to code a scenario where the user moves different objects over...
  5. 69ashton

    what does pre-production mean, novice to subject

    I am a novice on this subject I am looking at online course material, there is a unit called pre-production, what does this mean? Does pre-production only refer to film production?, in the documents it mentions things like "Asset log", "Budget log", "location permission form", "story boarding"...
  6. 69ashton

    how to prevent user from typing a value like 1

    OMG! Thank you feherke what a great site, I also love dictionaries (i have used it some more) , great data structure!
  7. 69ashton

    how to prevent user from typing a value like 1

    feherke This code works brilliantly thank you As mentioned I am a newbie to python, is this an array or switch or something in between.
  8. 69ashton

    how to prevent user from typing a value like 1

    I am having logic problems with this when I type in for example B or b or c or C etc. it prints The new grading for A* is a value 8 please help grade = input("What is your grade?") if grade in ("A*", "a*", "A", "a", "B", "b", "C", "c"): if grade == "A*" or "a*": print...
  9. 69ashton

    how to prevent user from typing a value like 1

    I am working on this code, how can i make it better? The first think i want to make better is change it so if a value like 1 or something is entered it will say you can only enter a value A to U grade = input("What is your grade?") if grade == "A": print ("A definitely stands for AMAZING!")...
  10. 69ashton

    brand new to python, program works but on testing has some problems

    Thank you i have changed the code as mikrom has suggested however the divide does not work properly, how can i change the code so it will work to accept a division value import random #Defining Addition, Subtraction, Multiplication, Division def add(x1, x2): return x1 + x2 def sub(x1, x2)...
  11. 69ashton

    brand new to python, program works but on testing has some problems

    I am new to python coding. I am writing a program, a quiz that asks mathematical questions, it will ask 3 maths question and randomly choose one of 4 operators, +,-,*,/ if the quizzer gets the question right the score will go up by one I have tested this code many times but it has never done *...

Part and Inventory Search

Back
Top