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
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...
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...
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"...
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...
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!")...
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)...
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 *...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.